Html Css Color HEX #9472FA Light Slate Blue

📋 copy color: '#9472FA'

red 148 ◦ green 114 ◦ blue 250

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

Shades of Light Slate Blue #9472FA

Tints of Light Slate Blue #9472FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 28.91%
G = 22.27%
B = 48.83%

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

#9472FA (or 0x9472FA) is known color: Light Slate Blue. HEX triplet: 94, 72 and FA. RGB value is (148,114,250). Sum of RGB (Red+Green+Blue) = 148+114+250=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9472FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472FA is #6B8D05. Grayscale: #8B8B8B. Windows color (decimal): -7048454 or 16413332. OLE color: 16413332.

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

Color convert

RGB 148 114 250 -
CMYK 0.41 0.54 0 0.02
HSL 255º 0.93% 0.71% -
HSV(B) 255º 0.54% 0.98% -
XYZ 35.49 25.23 93.44 -
YUV 139.67 190.26 133.94 -
System Red Green Blue C M Y K H S L
Decimal 148 114 250 0.41 0.54 0 0.02 255 0.93 0.71
Hex 94 72 FA 29 36 0 2 FF 5D 47
Octal 224 162 372 51 66 0 2 377 135 107
Binary 10010100 1110010 11111010 101001 110110 0 10 11111111 1011101 1000111

Color Harmonies of #9472FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472FA

Black with #9472FA

Text Example


Text Example

White with #9472FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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