Html Css Color HEX #9474FA Light Slate Blue

📋 copy color: '#9474FA'

red 148 ◦ green 116 ◦ blue 250

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

Shades of Light Slate Blue #9474FA

Tints of Light Slate Blue #9474FA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.57%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 28.79%
G = 22.57%
B = 48.64%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9474FA (or 0x9474FA) is known color: Light Slate Blue. HEX triplet: 94, 74 and FA. RGB value is (148,116,250). Sum of RGB (Red+Green+Blue) = 148+116+250=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #9474FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474FA is #6B8B05. Grayscale: #8C8C8C. Windows color (decimal): -7047942 or 16413844. OLE color: 16413844.

HSL color Cylindrical-coordinate representation of color #9474FA: hue angle of 254.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9474FA is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 116 250 -
CMYK 0.41 0.54 0 0.02
HSL 254.33º 0.93% 0.72% -
HSV(B) 254.33º 0.54% 0.98% -
XYZ 35.71 25.69 93.52 -
YUV 140.84 189.6 133.1 -
System Red Green Blue C M Y K H S L
Decimal 148 116 250 0.41 0.54 0 0.02 254.33 0.93 0.72
Hex 94 74 FA 29 36 0 2 FE 5D 48
Octal 224 164 372 51 66 0 2 376 135 110
Binary 10010100 1110100 11111010 101001 110110 0 10 11111110 1011101 1001000

Color Harmonies of #9474FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474FA

Black with #9474FA

Text Example


Text Example

White with #9474FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9474FA; }

 p { color: rgb(148,116,250); }

 H1.HeaderClassName
 {
   color: #9474FA;
 }
 .AnyTagClassName
 {
   color: #9474FA;
 }
</style>

background-color css

<style>
 a { background-color: #9474FA; }

 a { background-color: rgb(148,116,250); }

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

border-color css

<style>
 span { border-color: #9474FA; }

 span { border-color: rgb(148,116,250); }

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