#838CFA

Color #838CFA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #838CFA

Tints of Light Slate Blue #838CFA

Color information

#838CFA (or 0x838CFA) is unknown color: approx Light Slate Blue. HEX triplet: 83, 8C and FA. RGB value is (131,140,250). Sum of RGB (Red+Green+Blue) = 131+140+250=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #838CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CFA is #7C7305. Grayscale: #959595. Windows color (decimal): -8155910 or 16419971. OLE color: 16419971.

HSL color Cylindrical-coordinate representation of color #838CFA: hue angle of 235.46º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838CFA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131140250-
CMYK0.480.4400.02
HSL235.46º92.25%74.71%-
HSV(B)235.46º47.6%98.04%-
XYZ35.9930.4894.43-
YUV149.85184.52114.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 25.14%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=25.14%
G=26.87%
B=47.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311402500.480.4400.02235.4692.2574.71
Hex838CFA302C02eb5c4b
Octal203214372605402353134113
Binary1000001110001100111110101100001011000101110101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838CFA; }

 p { color: rgb(131,140,250); }

 H1.HeaderClassName
 {
   color: #838CFA;
 }
 .AnyTagClassName
 {
   color: #838CFA;
 }
</style>
background-color css

<style>
 a { background-color: #838CFA; }

 a { background-color: rgb(131,140,250); }

 div.DivClassName
 {
   background-color: #838CFA;
 }
 .BgClassName
 {
   background-color: #838CFA;
 }
</style>
border-color css

<style>
 span { border-color: #838CFA; }

 span { border-color: rgb(131,140,250); }

 td.TdClassName
 {
   border-color: #838CFA;
 }
 .TagClassName
 {
   border-color: #838CFA;
 }
</style>