Html Css Color HEX #888BF8 Light Slate Blue

📋 copy color: '#888BF8'

red 136 ◦ green 139 ◦ blue 248

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

Shades of Light Slate Blue #888BF8

Tints of Light Slate Blue #888BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.42%

R = 26%
G = 26.58%
B = 47.42%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#888BF8 (or 0x888BF8) is known color: Light Slate Blue. HEX triplet: 88, 8B and F8. RGB value is (136,139,248). Sum of RGB (Red+Green+Blue) = 136+139+248=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #888BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BF8 is #777407. Grayscale: #969696. Windows color (decimal): -7828488 or 16288648. OLE color: 16288648.

HSL color Cylindrical-coordinate representation of color #888BF8: hue angle of 238.39º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #888BF8 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 139 248 -
CMYK 0.45 0.44 0 0.03
HSL 238.39º 0.89% 0.75% -
HSV(B) 238.39º 0.45% 0.97% -
XYZ 36.33 30.48 92.77 -
YUV 150.53 183.01 117.64 -
System Red Green Blue C M Y K H S L
Decimal 136 139 248 0.45 0.44 0 0.03 238.39 0.89 0.75
Hex 88 8B F8 2D 2C 0 3 EE 59 4B
Octal 210 213 370 55 54 0 3 356 131 113
Binary 10001000 10001011 11111000 101101 101100 0 11 11101110 1011001 1001011

Color Harmonies of #888BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BF8

Black with #888BF8

Text Example


Text Example

White with #888BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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