Html Css Color HEX #9479F4 Light Slate Blue

📋 copy color: '#9479F4'

red 148 ◦ green 121 ◦ blue 244

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

Shades of Light Slate Blue #9479F4

Tints of Light Slate Blue #9479F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.56%

R = 28.85%
G = 23.59%
B = 47.56%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9479F4 (or 0x9479F4) is known color: Light Slate Blue. HEX triplet: 94, 79 and F4. RGB value is (148,121,244). Sum of RGB (Red+Green+Blue) = 148+121+244=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #9479F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9479F4 is #6B860B. Grayscale: #8E8E8E. Windows color (decimal): -7046668 or 16021908. OLE color: 16021908.

HSL color Cylindrical-coordinate representation of color #9479F4: hue angle of 253.17º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9479F4 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 121 244 -
CMYK 0.39 0.50 0 0.04
HSL 253.17º 0.85% 0.72% -
HSV(B) 253.17º 0.5% 0.96% -
XYZ 35.38 26.5 88.84 -
YUV 143.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 148 121 244 0.39 0.50 0 0.04 253.17 0.85 0.72
Hex 94 79 F4 27 32 0 4 FD 55 48
Octal 224 171 364 47 62 0 4 375 125 110
Binary 10010100 1111001 11110100 100111 110010 0 100 11111101 1010101 1001000

Color Harmonies of #9479F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479F4

Black with #9479F4

Text Example


Text Example

White with #9479F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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