Html Css Color HEX #9A79F9 Light Slate Blue

📋 copy color: '#9A79F9'

red 154 ◦ green 121 ◦ blue 249

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

Shades of Light Slate Blue #9A79F9

Tints of Light Slate Blue #9A79F9

RGB

 RED value IS 154 (60.55% from 255) = 29.39%

 GREEN value IS 121 (47.66% from 255) = 23.09%

 BLUE value IS 249 (97.66% from 255) = 47.52%

R = 29.39%
G = 23.09%
B = 47.52%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9A79F9 (or 0x9A79F9) is known color: Light Slate Blue. HEX triplet: 9A, 79 and F9. RGB value is (154,121,249). Sum of RGB (Red+Green+Blue) = 154+121+249=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A79F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A79F9 is #658606. Grayscale: #909090. Windows color (decimal): -6653447 or 16349594. OLE color: 16349594.

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

Color convert

RGB 154 121 249 -
CMYK 0.38 0.51 0 0.02
HSL 255.47º 0.91% 0.73% -
HSV(B) 255.47º 0.51% 0.98% -
XYZ 37.26 27.38 92.94 -
YUV 145.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 154 121 249 0.38 0.51 0 0.02 255.47 0.91 0.73
Hex 9A 79 F9 26 33 0 2 FF 5B 49
Octal 232 171 371 46 63 0 2 377 133 111
Binary 10011010 1111001 11111001 100110 110011 0 10 11111111 1011011 1001001

Color Harmonies of #9A79F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A79F9

Black with #9A79F9

Text Example


Text Example

White with #9A79F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A79F9;
 }
 .AnyTagClassName
 {
   color: #9A79F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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