Html Css Color HEX #9080EC Light Slate Blue

📋 copy color: '#9080EC'

red 144 ◦ green 128 ◦ blue 236

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

Shades of Light Slate Blue #9080EC

Tints of Light Slate Blue #9080EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

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

R = 28.35%
G = 25.2%
B = 46.46%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9080EC (or 0x9080EC) is known color: Light Slate Blue. HEX triplet: 90, 80 and EC. RGB value is (144,128,236). Sum of RGB (Red+Green+Blue) = 144+128+236=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #9080EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080EC is #6F7F13. Grayscale: #909090. Windows color (decimal): -7307028 or 15499408. OLE color: 15499408.

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

Color convert

RGB 144 128 236 -
CMYK 0.39 0.46 0 0.07
HSL 248.89º 0.74% 0.71% -
HSV(B) 248.89º 0.46% 0.93% -
XYZ 34.36 27.42 82.84 -
YUV 145.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 144 128 236 0.39 0.46 0 0.07 248.89 0.74 0.71
Hex 90 80 EC 27 2E 0 7 F9 4A 47
Octal 220 200 354 47 56 0 7 371 112 107
Binary 10010000 10000000 11101100 100111 101110 0 111 11111001 1001010 1000111

Color Harmonies of #9080EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080EC

Black with #9080EC

Text Example


Text Example

White with #9080EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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