Html Css Color HEX #888EFA Light Slate Blue

📋 copy color: '#888EFA'

red 136 ◦ green 142 ◦ blue 250

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

Shades of Light Slate Blue #888EFA

Tints of Light Slate Blue #888EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 25.76%
G = 26.89%
B = 47.35%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#888EFA (or 0x888EFA) is known color: Light Slate Blue. HEX triplet: 88, 8E and FA. RGB value is (136,142,250). Sum of RGB (Red+Green+Blue) = 136+142+250=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #888EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888EFA is #777105. Grayscale: #989898. Windows color (decimal): -7827718 or 16420488. OLE color: 16420488.

HSL color Cylindrical-coordinate representation of color #888EFA: hue angle of 236.84º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888EFA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 142 250 -
CMYK 0.46 0.43 0 0.02
HSL 236.84º 0.92% 0.76% -
HSV(B) 236.84º 0.46% 0.98% -
XYZ 37.08 31.48 94.56 -
YUV 152.52 183.01 116.22 -
System Red Green Blue C M Y K H S L
Decimal 136 142 250 0.46 0.43 0 0.02 236.84 0.92 0.76
Hex 88 8E FA 2E 2B 0 2 ED 5C 4C
Octal 210 216 372 56 53 0 2 355 134 114
Binary 10001000 10001110 11111010 101110 101011 0 10 11101101 1011100 1001100

Color Harmonies of #888EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888EFA

Black with #888EFA

Text Example


Text Example

White with #888EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,142,250); }

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

background-color css

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

 a { background-color: rgb(136,142,250); }

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

border-color css

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

 span { border-color: rgb(136,142,250); }

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