Html Css Color HEX #9080FA Light Slate Blue

📋 copy color: '#9080FA'

red 144 ◦ green 128 ◦ blue 250

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

Shades of Light Slate Blue #9080FA

Tints of Light Slate Blue #9080FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 27.59%
G = 24.52%
B = 47.89%

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

#9080FA (or 0x9080FA) is known color: Light Slate Blue. HEX triplet: 90, 80 and FA. RGB value is (144,128,250). Sum of RGB (Red+Green+Blue) = 144+128+250=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #9080FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9080FA is #6F7F05. Grayscale: #929292. Windows color (decimal): -7307014 or 16416912. OLE color: 16416912.

HSL color Cylindrical-coordinate representation of color #9080FA: hue angle of 247.87º degrees, saturation: 0.92, 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 #9080FA is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 128 250 -
CMYK 0.42 0.49 0 0.02
HSL 247.87º 0.92% 0.74% -
HSV(B) 247.87º 0.49% 0.98% -
XYZ 36.48 28.27 93.98 -
YUV 146.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 144 128 250 0.42 0.49 0 0.02 247.87 0.92 0.74
Hex 90 80 FA 2A 31 0 2 F8 5C 4A
Octal 220 200 372 52 61 0 2 370 134 112
Binary 10010000 10000000 11111010 101010 110001 0 10 11111000 1011100 1001010

Color Harmonies of #9080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080FA

Black with #9080FA

Text Example


Text Example

White with #9080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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