Html Css Color HEX #9080EF Light Slate Blue

📋 copy color: '#9080EF'

red 144 ◦ green 128 ◦ blue 239

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

Shades of Light Slate Blue #9080EF

Tints of Light Slate Blue #9080EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 28.18%
G = 25.05%
B = 46.77%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9080EF (or 0x9080EF) is known color: Light Slate Blue. HEX triplet: 90, 80 and EF. RGB value is (144,128,239). Sum of RGB (Red+Green+Blue) = 144+128+239=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #9080EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080EF is #6F7F10. Grayscale: #919191. Windows color (decimal): -7307025 or 15696016. OLE color: 15696016.

HSL color Cylindrical-coordinate representation of color #9080EF: hue angle of 248.65º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9080EF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 128 239 -
CMYK 0.40 0.46 0 0.06
HSL 248.65º 0.78% 0.72% -
HSV(B) 248.65º 0.46% 0.94% -
XYZ 34.8 27.6 85.15 -
YUV 145.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 144 128 239 0.40 0.46 0 0.06 248.65 0.78 0.72
Hex 90 80 EF 28 2E 0 6 F9 4E 48
Octal 220 200 357 50 56 0 6 371 116 110
Binary 10010000 10000000 11101111 101000 101110 0 110 11111001 1001110 1001000

Color Harmonies of #9080EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080EF

Black with #9080EF

Text Example


Text Example

White with #9080EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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