Html Css Color HEX #9475FE Light Slate Blue

📋 copy color: '#9475FE'

red 148 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #9475FE

Tints of Light Slate Blue #9475FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.54%

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

R = 28.52%
G = 22.54%
B = 48.94%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9475FE (or 0x9475FE) is known color: Light Slate Blue. HEX triplet: 94, 75 and FE. RGB value is (148,117,254). Sum of RGB (Red+Green+Blue) = 148+117+254=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #9475FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9475FE is #6B8A01. Grayscale: #8D8D8D. Windows color (decimal): -7047682 or 16676244. OLE color: 16676244.

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

Color convert

RGB 148 117 254 -
CMYK 0.42 0.54 0 0.00
HSL 253.58º 0.99% 0.73% -
HSV(B) 253.58º 0.54% 1% -
XYZ 36.46 26.17 96.9 -
YUV 141.89 191.27 132.36 -
System Red Green Blue C M Y K H S L
Decimal 148 117 254 0.42 0.54 0 0.00 253.58 0.99 0.73
Hex 94 75 FE 2A 36 0 0 FE 63 49
Octal 224 165 376 52 66 0 0 376 143 111
Binary 10010100 1110101 11111110 101010 110110 0 0 11111110 1100011 1001001

Color Harmonies of #9475FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475FE

Black with #9475FE

Text Example


Text Example

White with #9475FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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