Html Css Color HEX #9088EC Light Slate Blue

📋 copy color: '#9088EC'

red 144 ◦ green 136 ◦ blue 236

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

Shades of Light Slate Blue #9088EC

Tints of Light Slate Blue #9088EC

RGB

 RED value IS 144 (56.64% from 255) = 27.91%

 GREEN value IS 136 (53.52% from 255) = 26.36%

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 27.91%
G = 26.36%
B = 45.74%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9088EC (or 0x9088EC) is known color: Light Slate Blue. HEX triplet: 90, 88 and EC. RGB value is (144,136,236). Sum of RGB (Red+Green+Blue) = 144+136+236=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #9088EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9088EC is #6F7713. Grayscale: #959595. Windows color (decimal): -7304980 or 15501456. OLE color: 15501456.

HSL color Cylindrical-coordinate representation of color #9088EC: hue angle of 244.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9088EC is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 136 236 -
CMYK 0.39 0.42 0 0.07
HSL 244.8º 0.72% 0.73% -
HSV(B) 244.8º 0.42% 0.93% -
XYZ 35.45 29.59 83.2 -
YUV 149.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 144 136 236 0.39 0.42 0 0.07 244.8 0.72 0.73
Hex 90 88 EC 27 2A 0 7 F5 48 49
Octal 220 210 354 47 52 0 7 365 110 111
Binary 10010000 10001000 11101100 100111 101010 0 111 11110101 1001000 1001001

Color Harmonies of #9088EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9088EC

Black with #9088EC

Text Example


Text Example

White with #9088EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9088EC; }

 p { color: rgb(144,136,236); }

 H1.HeaderClassName
 {
   color: #9088EC;
 }
 .AnyTagClassName
 {
   color: #9088EC;
 }
</style>

background-color css

<style>
 a { background-color: #9088EC; }

 a { background-color: rgb(144,136,236); }

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

border-color css

<style>
 span { border-color: #9088EC; }

 span { border-color: rgb(144,136,236); }

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