Html Css Color HEX #9472F7 Light Slate Blue

📋 copy color: '#9472F7'

red 148 ◦ green 114 ◦ blue 247

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

Shades of Light Slate Blue #9472F7

Tints of Light Slate Blue #9472F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 29.08%
G = 22.4%
B = 48.53%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9472F7 (or 0x9472F7) is known color: Light Slate Blue. HEX triplet: 94, 72 and F7. RGB value is (148,114,247). Sum of RGB (Red+Green+Blue) = 148+114+247=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #9472F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9472F7 is #6B8D08. Grayscale: #8A8A8A. Windows color (decimal): -7048457 or 16216724. OLE color: 16216724.

HSL color Cylindrical-coordinate representation of color #9472F7: hue angle of 255.34º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9472F7 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 114 247 -
CMYK 0.40 0.54 0 0.03
HSL 255.34º 0.89% 0.71% -
HSV(B) 255.34º 0.54% 0.97% -
XYZ 35.02 25.05 90.98 -
YUV 139.33 188.76 134.19 -
System Red Green Blue C M Y K H S L
Decimal 148 114 247 0.40 0.54 0 0.03 255.34 0.89 0.71
Hex 94 72 F7 28 36 0 3 FF 59 47
Octal 224 162 367 50 66 0 3 377 131 107
Binary 10010100 1110010 11110111 101000 110110 0 11 11111111 1011001 1000111

Color Harmonies of #9472F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9472F7

Black with #9472F7

Text Example


Text Example

White with #9472F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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