Html Css Color HEX #9479FE Light Slate Blue

📋 copy color: '#9479FE'

red 148 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #9479FE

Tints of Light Slate Blue #9479FE

RGB

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

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

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

R = 28.3%
G = 23.14%
B = 48.57%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9479FE (or 0x9479FE) is known color: Light Slate Blue. HEX triplet: 94, 79 and FE. RGB value is (148,121,254). Sum of RGB (Red+Green+Blue) = 148+121+254=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #9479FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9479FE is #6B8601. Grayscale: #8F8F8F. Windows color (decimal): -7046658 or 16677268. OLE color: 16677268.

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

Color convert

RGB 148 121 254 -
CMYK 0.42 0.52 0 0.00
HSL 252.18º 0.99% 0.74% -
HSV(B) 252.18º 0.52% 1% -
XYZ 36.94 27.13 97.05 -
YUV 144.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 148 121 254 0.42 0.52 0 0.00 252.18 0.99 0.74
Hex 94 79 FE 2A 34 0 0 FC 63 4A
Octal 224 171 376 52 64 0 0 374 143 112
Binary 10010100 1111001 11111110 101010 110100 0 0 11111100 1100011 1001010

Color Harmonies of #9479FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479FE

Black with #9479FE

Text Example


Text Example

White with #9479FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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