Html Css Color HEX #885BFC Light Slate Blue

📋 copy color: '#885BFC'

red 136 ◦ green 91 ◦ blue 252

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

Shades of Light Slate Blue #885BFC

Tints of Light Slate Blue #885BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 28.39%
G = 19%
B = 52.61%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#885BFC (or 0x885BFC) is known color: Light Slate Blue. HEX triplet: 88, 5B and FC. RGB value is (136,91,252). Sum of RGB (Red+Green+Blue) = 136+91+252=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #885BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BFC is #77A403. Grayscale: #7A7A7A. Windows color (decimal): -7840772 or 16538504. OLE color: 16538504.

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

Color convert

RGB 136 91 252 -
CMYK 0.46 0.64 0 0.01
HSL 256.77º 0.96% 0.67% -
HSV(B) 256.77º 0.64% 0.99% -
XYZ 31.47 19.74 94.25 -
YUV 122.81 200.91 137.41 -
System Red Green Blue C M Y K H S L
Decimal 136 91 252 0.46 0.64 0 0.01 256.77 0.96 0.67
Hex 88 5B FC 2E 40 0 1 101 60 43
Octal 210 133 374 56 100 0 1 401 140 103
Binary 10001000 1011011 11111100 101110 1000000 0 1 100000001 1100000 1000011

Color Harmonies of #885BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885BFC

Black with #885BFC

Text Example


Text Example

White with #885BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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