Html Css Color HEX #885AFB Light Slate Blue

📋 copy color: '#885AFB'

red 136 ◦ green 90 ◦ blue 251

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

Shades of Light Slate Blue #885AFB

Tints of Light Slate Blue #885AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 28.51%
G = 18.87%
B = 52.62%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#885AFB (or 0x885AFB) is known color: Light Slate Blue. HEX triplet: 88, 5A and FB. RGB value is (136,90,251). Sum of RGB (Red+Green+Blue) = 136+90+251=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #885AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AFB is #77A504. Grayscale: #797979. Windows color (decimal): -7841029 or 16472712. OLE color: 16472712.

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

Color convert

RGB 136 90 251 -
CMYK 0.46 0.64 0 0.02
HSL 257.14º 0.95% 0.67% -
HSV(B) 257.14º 0.64% 0.98% -
XYZ 31.22 19.51 93.39 -
YUV 122.11 200.74 137.91 -
System Red Green Blue C M Y K H S L
Decimal 136 90 251 0.46 0.64 0 0.02 257.14 0.95 0.67
Hex 88 5A FB 2E 40 0 2 101 5F 43
Octal 210 132 373 56 100 0 2 401 137 103
Binary 10001000 1011010 11111011 101110 1000000 0 10 100000001 1011111 1000011

Color Harmonies of #885AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885AFB

Black with #885AFB

Text Example


Text Example

White with #885AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,251); }

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

background-color css

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

 a { background-color: rgb(136,90,251); }

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

border-color css

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

 span { border-color: rgb(136,90,251); }

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