#838CFB

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

Shades of Light Slate Blue #838CFB

Tints of Light Slate Blue #838CFB

Color information

#838CFB (or 0x838CFB) is unknown color: approx Light Slate Blue. HEX triplet: 83, 8C and FB. RGB value is (131,140,251). Sum of RGB (Red+Green+Blue) = 131+140+251=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #838CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CFB is #7C7304. Grayscale: #959595. Windows color (decimal): -8155909 or 16485507. OLE color: 16485507.

HSL color Cylindrical-coordinate representation of color #838CFB: hue angle of 235.5º degrees, saturation: 0.94, 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 #838CFB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131140251-
CMYK0.480.4400.02
HSL235.5º93.75%74.9%-
HSV(B)235.5º47.81%98.43%-
XYZ36.1530.5595.26-
YUV149.96185.02114.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=25.10%
G=26.82%
B=48.08%

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
Decimal1311402510.480.4400.02235.593.7574.9
Hex838CFB302C02ec5e4b
Octal203214373605402354136113
Binary1000001110001100111110111100001011000101110110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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