#838EFE

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

Shades of Light Slate Blue #838EFE

Tints of Light Slate Blue #838EFE

Color information

#838EFE (or 0x838EFE) is unknown color: approx Light Slate Blue. HEX triplet: 83, 8E and FE. RGB value is (131,142,254). Sum of RGB (Red+Green+Blue) = 131+142+254=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #838EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838EFE is #7C7101. Grayscale: #979797. Windows color (decimal): -8155394 or 16682627. OLE color: 16682627.

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

Color convert

RGB131142254-
CMYK0.480.4400.00
HSL234.63º98.4%75.49%-
HSV(B)234.63º48.43%99.61%-
XYZ36.9231.3397.87-
YUV151.48185.86113.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.86%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=24.86%
G=26.94%
B=48.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1311422540.480.4400.00234.6398.475.49
Hex838EFE302C00eb624b
Octal203216376605400353142113
Binary100000111000111011111110110000101100001110101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,254); }

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

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

 a { background-color: rgb(131,142,254); }

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

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

 span { border-color: rgb(131,142,254); }

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