Html Css Color HEX #885EFC Light Slate Blue

📋 copy color: '#885EFC'

red 136 ◦ green 94 ◦ blue 252

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

Shades of Light Slate Blue #885EFC

Tints of Light Slate Blue #885EFC

RGB

 RED value IS 136 (53.52% from 255) = 28.22%

 GREEN value IS 94 (37.11% from 255) = 19.5%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 28.22%
G = 19.5%
B = 52.28%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#885EFC (or 0x885EFC) is known color: Light Slate Blue. HEX triplet: 88, 5E and FC. RGB value is (136,94,252). Sum of RGB (Red+Green+Blue) = 136+94+252=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #885EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EFC is #77A103. Grayscale: #7B7B7B. Windows color (decimal): -7840004 or 16539272. OLE color: 16539272.

HSL color Cylindrical-coordinate representation of color #885EFC: hue angle of 255.95º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #885EFC is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 94 252 -
CMYK 0.46 0.63 0 0.01
HSL 255.95º 0.96% 0.68% -
HSV(B) 255.95º 0.63% 0.99% -
XYZ 31.73 20.27 94.34 -
YUV 124.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 136 94 252 0.46 0.63 0 0.01 255.95 0.96 0.68
Hex 88 5E FC 2E 3F 0 1 100 60 44
Octal 210 136 374 56 77 0 1 400 140 104
Binary 10001000 1011110 11111100 101110 111111 0 1 100000000 1100000 1000100

Color Harmonies of #885EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885EFC

Black with #885EFC

Text Example


Text Example

White with #885EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885EFC; }

 p { color: rgb(136,94,252); }

 H1.HeaderClassName
 {
   color: #885EFC;
 }
 .AnyTagClassName
 {
   color: #885EFC;
 }
</style>

background-color css

<style>
 a { background-color: #885EFC; }

 a { background-color: rgb(136,94,252); }

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

border-color css

<style>
 span { border-color: #885EFC; }

 span { border-color: rgb(136,94,252); }

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