Html Css Color HEX #888AF4 Light Slate Blue

📋 copy color: '#888AF4'

red 136 ◦ green 138 ◦ blue 244

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

Shades of Light Slate Blue #888AF4

Tints of Light Slate Blue #888AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 26.25%
G = 26.64%
B = 47.1%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#888AF4 (or 0x888AF4) is known color: Light Slate Blue. HEX triplet: 88, 8A and F4. RGB value is (136,138,244). Sum of RGB (Red+Green+Blue) = 136+138+244=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #888AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888AF4 is #77750B. Grayscale: #959595. Windows color (decimal): -7828748 or 16026248. OLE color: 16026248.

HSL color Cylindrical-coordinate representation of color #888AF4: hue angle of 238.89º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #888AF4 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 136 138 244 -
CMYK 0.44 0.43 0 0.04
HSL 238.89º 0.83% 0.75% -
HSV(B) 238.89º 0.44% 0.96% -
XYZ 35.57 29.94 89.49 -
YUV 149.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 136 138 244 0.44 0.43 0 0.04 238.89 0.83 0.75
Hex 88 8A F4 2C 2B 0 4 EF 53 4B
Octal 210 212 364 54 53 0 4 357 123 113
Binary 10001000 10001010 11110100 101100 101011 0 100 11101111 1010011 1001011

Color Harmonies of #888AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AF4

Black with #888AF4

Text Example


Text Example

White with #888AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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