#9469FA

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

Shades of Light Slate Blue #9469FA

Tints of Light Slate Blue #9469FA

Color information

#9469FA (or 0x9469FA) is unknown color: approx Light Slate Blue. HEX triplet: 94, 69 and FA. RGB value is (148,105,250). Sum of RGB (Red+Green+Blue) = 148+105+250=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #9469FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9469FA is #6B9605. Grayscale: #858585. Windows color (decimal): -7050758 or 16411028. OLE color: 16411028.

HSL color Cylindrical-coordinate representation of color #9469FA: hue angle of 257.79º 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 #9469FA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148105250-
CMYK0.410.5800.02
HSL257.79º93.55%69.61%-
HSV(B)257.79º58%98.04%-
XYZ34.5223.393.12-
YUV134.39193.25137.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=29.42%
G=20.87%
B=49.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1481052500.410.5800.02257.7993.5569.61
Hex9469FA293A021025e46
Octal224151372517202402136106
Binary1001010011010011111101010100111101001010000001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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