#9790FA

Color #9790FA Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9790FA

Tints of Light Slate Blue #9790FA

Color information

#9790FA (or 0x9790FA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 90 and FA. RGB value is (151,144,250). Sum of RGB (Red+Green+Blue) = 151+144+250=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #9790FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9790FA is #686F05. Grayscale: #9D9D9D. Windows color (decimal): -6844166 or 16421015. OLE color: 16421015.

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

Color convert

RGB151144250-
CMYK0.400.4200.02
HSL243.96º91.38%77.25%-
HSV(B)243.96º42.4%98.04%-
XYZ39.9933.4394.79-
YUV158.18179.82122.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.71%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 250 (98.05% from 255) = 45.87%
R=27.71%
G=26.42%
B=45.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511442500.400.4200.02243.9691.3877.25
Hex9790FA282A02f45b4d
Octal227220372505202364133115
Binary1001011110010000111110101010001010100101111010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9790FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9790FA;
 }
 .AnyTagClassName
 {
   color: #9790FA;
 }
</style>
background-color css

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

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

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

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

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

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