Html Css Color HEX #9479F5 Light Slate Blue

📋 copy color: '#9479F5'

red 148 ◦ green 121 ◦ blue 245

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

Shades of Light Slate Blue #9479F5

Tints of Light Slate Blue #9479F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.67%

R = 28.79%
G = 23.54%
B = 47.67%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9479F5 (or 0x9479F5) is known color: Light Slate Blue. HEX triplet: 94, 79 and F5. RGB value is (148,121,245). Sum of RGB (Red+Green+Blue) = 148+121+245=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #9479F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9479F5 is #6B860A. Grayscale: #8E8E8E. Windows color (decimal): -7046667 or 16087444. OLE color: 16087444.

HSL color Cylindrical-coordinate representation of color #9479F5: hue angle of 253.06º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9479F5 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 121 245 -
CMYK 0.40 0.51 0 0.04
HSL 253.06º 0.86% 0.72% -
HSV(B) 253.06º 0.51% 0.96% -
XYZ 35.53 26.56 89.64 -
YUV 143.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 148 121 245 0.40 0.51 0 0.04 253.06 0.86 0.72
Hex 94 79 F5 28 33 0 4 FD 56 48
Octal 224 171 365 50 63 0 4 375 126 110
Binary 10010100 1111001 11110101 101000 110011 0 100 11111101 1010110 1001000

Color Harmonies of #9479F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479F5

Black with #9479F5

Text Example


Text Example

White with #9479F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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