Html Css Color HEX #9080EE Light Slate Blue

📋 copy color: '#9080EE'

red 144 ◦ green 128 ◦ blue 238

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

Shades of Light Slate Blue #9080EE

Tints of Light Slate Blue #9080EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 28.24%
G = 25.1%
B = 46.67%

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

#9080EE (or 0x9080EE) is known color: Light Slate Blue. HEX triplet: 90, 80 and EE. RGB value is (144,128,238). Sum of RGB (Red+Green+Blue) = 144+128+238=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #9080EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080EE is #6F7F11. Grayscale: #909090. Windows color (decimal): -7307026 or 15630480. OLE color: 15630480.

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

Color convert

RGB 144 128 238 -
CMYK 0.39 0.46 0 0.07
HSL 248.73º 0.76% 0.72% -
HSV(B) 248.73º 0.46% 0.93% -
XYZ 34.65 27.54 84.38 -
YUV 145.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 144 128 238 0.39 0.46 0 0.07 248.73 0.76 0.72
Hex 90 80 EE 27 2E 0 7 F9 4C 48
Octal 220 200 356 47 56 0 7 371 114 110
Binary 10010000 10000000 11101110 100111 101110 0 111 11111001 1001100 1001000

Color Harmonies of #9080EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080EE

Black with #9080EE

Text Example


Text Example

White with #9080EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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