#9069FA

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

Shades of Light Slate Blue #9069FA

Tints of Light Slate Blue #9069FA

Color information

#9069FA (or 0x9069FA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 69 and FA. RGB value is (144,105,250). Sum of RGB (Red+Green+Blue) = 144+105+250=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #9069FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069FA is #6F9605. Grayscale: #848484. Windows color (decimal): -7312902 or 16411024. OLE color: 16411024.

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

Color convert

RGB144105250-
CMYK0.420.5800.02
HSL256.14º93.55%69.61%-
HSV(B)256.14º58%98.04%-
XYZ33.8122.9393.09-
YUV133.19193.92135.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=28.86%
G=21.04%
B=50.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441052500.420.5800.02256.1493.5569.61
Hex9069FA2A3A021005e46
Octal220151372527202400136106
Binary1001000011010011111101010101011101001010000000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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