Html Css Color HEX #9477FE Light Slate Blue

📋 copy color: '#9477FE'

red 148 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #9477FE

Tints of Light Slate Blue #9477FE

RGB

 RED value IS 148 (58.2% from 255) = 28.41%

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

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

R = 28.41%
G = 22.84%
B = 48.75%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9477FE (or 0x9477FE) is known color: Light Slate Blue. HEX triplet: 94, 77 and FE. RGB value is (148,119,254). Sum of RGB (Red+Green+Blue) = 148+119+254=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9477FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477FE is #6B8801. Grayscale: #8E8E8E. Windows color (decimal): -7047170 or 16676756. OLE color: 16676756.

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

Color convert

RGB 148 119 254 -
CMYK 0.42 0.53 0 0.00
HSL 252.89º 0.99% 0.73% -
HSV(B) 252.89º 0.53% 1% -
XYZ 36.7 26.65 96.97 -
YUV 143.06 190.61 131.52 -
System Red Green Blue C M Y K H S L
Decimal 148 119 254 0.42 0.53 0 0.00 252.89 0.99 0.73
Hex 94 77 FE 2A 35 0 0 FD 63 49
Octal 224 167 376 52 65 0 0 375 143 111
Binary 10010100 1110111 11111110 101010 110101 0 0 11111101 1100011 1001001

Color Harmonies of #9477FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477FE

Black with #9477FE

Text Example


Text Example

White with #9477FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9477FE; }

 p { color: rgb(148,119,254); }

 H1.HeaderClassName
 {
   color: #9477FE;
 }
 .AnyTagClassName
 {
   color: #9477FE;
 }
</style>

background-color css

<style>
 a { background-color: #9477FE; }

 a { background-color: rgb(148,119,254); }

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

border-color css

<style>
 span { border-color: #9477FE; }

 span { border-color: rgb(148,119,254); }

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