Html Css Color HEX #888BFC Light Slate Blue

📋 copy color: '#888BFC'

red 136 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #888BFC

Tints of Light Slate Blue #888BFC

RGB

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

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

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

R = 25.81%
G = 26.38%
B = 47.82%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#888BFC (or 0x888BFC) is known color: Light Slate Blue. HEX triplet: 88, 8B and FC. RGB value is (136,139,252). Sum of RGB (Red+Green+Blue) = 136+139+252=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #888BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BFC is #777403. Grayscale: #969696. Windows color (decimal): -7828484 or 16550792. OLE color: 16550792.

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

Color convert

RGB 136 139 252 -
CMYK 0.46 0.45 0 0.01
HSL 238.45º 0.95% 0.76% -
HSV(B) 238.45º 0.46% 0.99% -
XYZ 36.96 30.73 96.08 -
YUV 150.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 136 139 252 0.46 0.45 0 0.01 238.45 0.95 0.76
Hex 88 8B FC 2E 2D 0 1 EE 5F 4C
Octal 210 213 374 56 55 0 1 356 137 114
Binary 10001000 10001011 11111100 101110 101101 0 1 11101110 1011111 1001100

Color Harmonies of #888BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BFC

Black with #888BFC

Text Example


Text Example

White with #888BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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