Html Css Color HEX #9474FE Light Slate Blue

📋 copy color: '#9474FE'

red 148 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #9474FE

Tints of Light Slate Blue #9474FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.39%

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

R = 28.57%
G = 22.39%
B = 49.03%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9474FE (or 0x9474FE) is known color: Light Slate Blue. HEX triplet: 94, 74 and FE. RGB value is (148,116,254). Sum of RGB (Red+Green+Blue) = 148+116+254=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9474FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474FE is #6B8B01. Grayscale: #8C8C8C. Windows color (decimal): -7047938 or 16675988. OLE color: 16675988.

HSL color Cylindrical-coordinate representation of color #9474FE: hue angle of 253.91º 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 #9474FE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 116 254 -
CMYK 0.42 0.54 0 0.00
HSL 253.91º 0.99% 0.73% -
HSV(B) 253.91º 0.54% 1% -
XYZ 36.35 25.94 96.86 -
YUV 141.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 148 116 254 0.42 0.54 0 0.00 253.91 0.99 0.73
Hex 94 74 FE 2A 36 0 0 FE 63 49
Octal 224 164 376 52 66 0 0 376 143 111
Binary 10010100 1110100 11111110 101010 110110 0 0 11111110 1100011 1001001

Color Harmonies of #9474FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474FE

Black with #9474FE

Text Example


Text Example

White with #9474FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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