Html Css Color HEX #9479FF Light Slate Blue

📋 copy color: '#9479FF'

red 148 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #9479FF

Tints of Light Slate Blue #9479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.09%

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

R = 28.24%
G = 23.09%
B = 48.66%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9479FF (or 0x9479FF) is known color: Light Slate Blue. HEX triplet: 94, 79 and FF. RGB value is (148,121,255). Sum of RGB (Red+Green+Blue) = 148+121+255=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #9479FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9479FF is #6B8600. Grayscale: #8F8F8F. Windows color (decimal): -7046657 or 16742804. OLE color: 16742804.

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

Color convert

RGB 148 121 255 -
CMYK 0.42 0.53 0 0
HSL 252.09º 1% 0.74% -
HSV(B) 252.09º 0.53% 1% -
XYZ 37.1 27.19 97.9 -
YUV 144.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 148 121 255 0.42 0.53 0 0 252.09 1 0.74
Hex 94 79 FF 2A 35 0 0 FC 64 4A
Octal 224 171 377 52 65 0 0 374 144 112
Binary 10010100 1111001 11111111 101010 110101 0 0 11111100 1100100 1001010

Color Harmonies of #9479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479FF

Black with #9479FF

Text Example


Text Example

White with #9479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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