Html Css Color HEX #888AFF Light Slate Blue

📋 copy color: '#888AFF'

red 136 ◦ green 138 ◦ blue 255

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

Shades of Light Slate Blue #888AFF

Tints of Light Slate Blue #888AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.09%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 25.71%
G = 26.09%
B = 48.2%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#888AFF (or 0x888AFF) is known color: Light Slate Blue. HEX triplet: 88, 8A and FF. RGB value is (136,138,255). Sum of RGB (Red+Green+Blue) = 136+138+255=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #888AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AFF is #777500. Grayscale: #969696. Windows color (decimal): -7828737 or 16747144. OLE color: 16747144.

HSL color Cylindrical-coordinate representation of color #888AFF: hue angle of 238.99º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #888AFF is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 138 255 -
CMYK 0.47 0.46 0 0
HSL 238.99º 1% 0.77% -
HSV(B) 238.99º 0.47% 1% -
XYZ 37.29 30.63 98.55 -
YUV 150.74 186.84 117.49 -
System Red Green Blue C M Y K H S L
Decimal 136 138 255 0.47 0.46 0 0 238.99 1 0.77
Hex 88 8A FF 2F 2E 0 0 EF 64 4D
Octal 210 212 377 57 56 0 0 357 144 115
Binary 10001000 10001010 11111111 101111 101110 0 0 11101111 1100100 1001101

Color Harmonies of #888AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AFF

Black with #888AFF

Text Example


Text Example

White with #888AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,138,255); }

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

background-color css

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

 a { background-color: rgb(136,138,255); }

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

border-color css

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

 span { border-color: rgb(136,138,255); }

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