Html Css Color HEX #9474FF Light Slate Blue

📋 copy color: '#9474FF'

red 148 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #9474FF

Tints of Light Slate Blue #9474FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 28.52%
G = 22.35%
B = 49.13%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9474FF (or 0x9474FF) is known color: Light Slate Blue. HEX triplet: 94, 74 and FF. RGB value is (148,116,255). Sum of RGB (Red+Green+Blue) = 148+116+255=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #9474FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474FF is #6B8B00. Grayscale: #8C8C8C. Windows color (decimal): -7047937 or 16741524. OLE color: 16741524.

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

Color convert

RGB 148 116 255 -
CMYK 0.42 0.55 0 0
HSL 253.81º 1% 0.73% -
HSV(B) 253.81º 0.55% 1% -
XYZ 36.51 26.01 97.7 -
YUV 141.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 148 116 255 0.42 0.55 0 0 253.81 1 0.73
Hex 94 74 FF 2A 37 0 0 FE 64 49
Octal 224 164 377 52 67 0 0 376 144 111
Binary 10010100 1110100 11111111 101010 110111 0 0 11111110 1100100 1001001

Color Harmonies of #9474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474FF

Black with #9474FF

Text Example


Text Example

White with #9474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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