Html Css Color HEX #9080F9 Light Slate Blue

📋 copy color: '#9080F9'

red 144 ◦ green 128 ◦ blue 249

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

Shades of Light Slate Blue #9080F9

Tints of Light Slate Blue #9080F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 27.64%
G = 24.57%
B = 47.79%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9080F9 (or 0x9080F9) is known color: Light Slate Blue. HEX triplet: 90, 80 and F9. RGB value is (144,128,249). Sum of RGB (Red+Green+Blue) = 144+128+249=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #9080F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080F9 is #6F7F06. Grayscale: #929292. Windows color (decimal): -7307015 or 16351376. OLE color: 16351376.

HSL color Cylindrical-coordinate representation of color #9080F9: hue angle of 247.93º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9080F9 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 128 249 -
CMYK 0.42 0.49 0 0.02
HSL 247.93º 0.91% 0.74% -
HSV(B) 247.93º 0.49% 0.98% -
XYZ 36.32 28.21 93.15 -
YUV 146.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 144 128 249 0.42 0.49 0 0.02 247.93 0.91 0.74
Hex 90 80 F9 2A 31 0 2 F8 5B 4A
Octal 220 200 371 52 61 0 2 370 133 112
Binary 10010000 10000000 11111001 101010 110001 0 10 11111000 1011011 1001010

Color Harmonies of #9080F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080F9

Black with #9080F9

Text Example


Text Example

White with #9080F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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