#9A69F9

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

Shades of Light Slate Blue #9A69F9

Tints of Light Slate Blue #9A69F9

Color information

#9A69F9 (or 0x9A69F9) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 69 and F9. RGB value is (154,105,249). Sum of RGB (Red+Green+Blue) = 154+105+249=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A69F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A69F9 is #659606. Grayscale: #878787. Windows color (decimal): -6657543 or 16345498. OLE color: 16345498.

HSL color Cylindrical-coordinate representation of color #9A69F9: hue angle of 260.42º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A69F9 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154105249-
CMYK0.380.5800.02
HSL260.42º92.31%69.41%-
HSV(B)260.42º57.83%97.65%-
XYZ35.4823.8192.35-
YUV136.07191.73140.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 249 (97.66% from 255) = 49.02%
R=30.31%
G=20.67%
B=49.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541052490.380.5800.02260.4292.3169.41
Hex9A69F9263A021045c45
Octal232151371467202404134105
Binary1001101011010011111100110011011101001010000010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A69F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A69F9; }

 p { color: rgb(154,105,249); }

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

<style>
 a { background-color: #9A69F9; }

 a { background-color: rgb(154,105,249); }

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

<style>
 span { border-color: #9A69F9; }

 span { border-color: rgb(154,105,249); }

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