Html Css Color HEX #9A79FE Light Slate Blue

📋 copy color: '#9A79FE'

red 154 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9A79FE

Tints of Light Slate Blue #9A79FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.02%

R = 29.11%
G = 22.87%
B = 48.02%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A79FE (or 0x9A79FE) is known color: Light Slate Blue. HEX triplet: 9A, 79 and FE. RGB value is (154,121,254). Sum of RGB (Red+Green+Blue) = 154+121+254=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A79FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A79FE is #658601. Grayscale: #919191. Windows color (decimal): -6653442 or 16677274. OLE color: 16677274.

HSL color Cylindrical-coordinate representation of color #9A79FE: hue angle of 254.89º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A79FE is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 121 254 -
CMYK 0.39 0.52 0 0.00
HSL 254.89º 0.99% 0.74% -
HSV(B) 254.89º 0.52% 1% -
XYZ 38.05 27.7 97.11 -
YUV 146.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 154 121 254 0.39 0.52 0 0.00 254.89 0.99 0.74
Hex 9A 79 FE 27 34 0 0 FF 63 4A
Octal 232 171 376 47 64 0 0 377 143 112
Binary 10011010 1111001 11111110 100111 110100 0 0 11111111 1100011 1001010

Color Harmonies of #9A79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A79FE

Black with #9A79FE

Text Example


Text Example

White with #9A79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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