Html Css Color HEX #9A76FE Light Slate Blue

📋 copy color: '#9A76FE'

red 154 ◦ green 118 ◦ blue 254

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

Shades of Light Slate Blue #9A76FE

Tints of Light Slate Blue #9A76FE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.43%

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

R = 29.28%
G = 22.43%
B = 48.29%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9A76FE (or 0x9A76FE) is known color: Light Slate Blue. HEX triplet: 9A, 76 and FE. RGB value is (154,118,254). Sum of RGB (Red+Green+Blue) = 154+118+254=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A76FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A76FE is #658901. Grayscale: #8F8F8F. Windows color (decimal): -6654210 or 16676506. OLE color: 16676506.

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

Color convert

RGB 154 118 254 -
CMYK 0.39 0.54 0 0.00
HSL 255.88º 0.99% 0.73% -
HSV(B) 255.88º 0.54% 1% -
XYZ 37.69 26.98 96.99 -
YUV 144.27 189.93 134.94 -
System Red Green Blue C M Y K H S L
Decimal 154 118 254 0.39 0.54 0 0.00 255.88 0.99 0.73
Hex 9A 76 FE 27 36 0 0 100 63 49
Octal 232 166 376 47 66 0 0 400 143 111
Binary 10011010 1110110 11111110 100111 110110 0 0 100000000 1100011 1001001

Color Harmonies of #9A76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76FE

Black with #9A76FE

Text Example


Text Example

White with #9A76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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