Html Css Color HEX #8E8BF2 Light Slate Blue

📋 copy color: '#8E8BF2'

red 142 ◦ green 139 ◦ blue 242

#8E8BF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8E8BF2

Tints of Light Slate Blue #8E8BF2

RGB

 RED value IS 142 (55.86% from 255) = 27.15%

 GREEN value IS 139 (54.69% from 255) = 26.58%

 BLUE value IS 242 (94.92% from 255) = 46.27%

R = 27.15%
G = 26.58%
B = 46.27%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E8BF2 (or 0x8E8BF2) is known color: Light Slate Blue. HEX triplet: 8E, 8B and F2. RGB value is (142,139,242). Sum of RGB (Red+Green+Blue) = 142+139+242=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #8E8BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BF2 is #71740D. Grayscale: #979797. Windows color (decimal): -7435278 or 15895438. OLE color: 15895438.

HSL color Cylindrical-coordinate representation of color #8E8BF2: hue angle of 241.75º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E8BF2 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 139 242 -
CMYK 0.41 0.43 0 0.05
HSL 241.75º 0.8% 0.75% -
HSV(B) 241.75º 0.43% 0.95% -
XYZ 36.41 30.63 88 -
YUV 151.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 142 139 242 0.41 0.43 0 0.05 241.75 0.8 0.75
Hex 8E 8B F2 29 2B 0 5 F2 50 4B
Octal 216 213 362 51 53 0 5 362 120 113
Binary 10001110 10001011 11110010 101001 101011 0 101 11110010 1010000 1001011

Color Harmonies of #8E8BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8BF2

Black with #8E8BF2

Text Example


Text Example

White with #8E8BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E8BF2; }

 p { color: rgb(142,139,242); }

 H1.HeaderClassName
 {
   color: #8E8BF2;
 }
 .AnyTagClassName
 {
   color: #8E8BF2;
 }
</style>

background-color css

<style>
 a { background-color: #8E8BF2; }

 a { background-color: rgb(142,139,242); }

 div.DivClassName
 {
   background-color: #8E8BF2;
 }
 .BgClassName
 {
   background-color: #8E8BF2;
 }
</style>

border-color css

<style>
 span { border-color: #8E8BF2; }

 span { border-color: rgb(142,139,242); }

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