Html Css Color HEX #9A77FD Light Slate Blue

📋 copy color: '#9A77FD'

red 154 ◦ green 119 ◦ blue 253

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

Shades of Light Slate Blue #9A77FD

Tints of Light Slate Blue #9A77FD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.62%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 29.28%
G = 22.62%
B = 48.1%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A77FD (or 0x9A77FD) is known color: Light Slate Blue. HEX triplet: 9A, 77 and FD. RGB value is (154,119,253). Sum of RGB (Red+Green+Blue) = 154+119+253=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A77FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A77FD is #658802. Grayscale: #909090. Windows color (decimal): -6653955 or 16611226. OLE color: 16611226.

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

Color convert

RGB 154 119 253 -
CMYK 0.39 0.53 0 0.01
HSL 255.67º 0.97% 0.73% -
HSV(B) 255.67º 0.53% 0.99% -
XYZ 37.65 27.16 96.19 -
YUV 144.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 154 119 253 0.39 0.53 0 0.01 255.67 0.97 0.73
Hex 9A 77 FD 27 35 0 1 100 61 49
Octal 232 167 375 47 65 0 1 400 141 111
Binary 10011010 1110111 11111101 100111 110101 0 1 100000000 1100001 1001001

Color Harmonies of #9A77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A77FD

Black with #9A77FD

Text Example


Text Example

White with #9A77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,119,253); }

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

background-color css

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

 a { background-color: rgb(154,119,253); }

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

border-color css

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

 span { border-color: rgb(154,119,253); }

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