Html Css Color HEX #9471F7 Light Slate Blue

📋 copy color: '#9471F7'

red 148 ◦ green 113 ◦ blue 247

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

Shades of Light Slate Blue #9471F7

Tints of Light Slate Blue #9471F7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

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

R = 29.13%
G = 22.24%
B = 48.62%

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

#9471F7 (or 0x9471F7) is known color: Light Slate Blue. HEX triplet: 94, 71 and F7. RGB value is (148,113,247). Sum of RGB (Red+Green+Blue) = 148+113+247=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #9471F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9471F7 is #6B8E08. Grayscale: #8A8A8A. Windows color (decimal): -7048713 or 16216468. OLE color: 16216468.

HSL color Cylindrical-coordinate representation of color #9471F7: hue angle of 255.67º 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 #9471F7 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 113 247 -
CMYK 0.40 0.54 0 0.03
HSL 255.67º 0.89% 0.71% -
HSV(B) 255.67º 0.54% 0.97% -
XYZ 34.91 24.82 90.95 -
YUV 138.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 148 113 247 0.40 0.54 0 0.03 255.67 0.89 0.71
Hex 94 71 F7 28 36 0 3 100 59 47
Octal 224 161 367 50 66 0 3 400 131 107
Binary 10010100 1110001 11110111 101000 110110 0 11 100000000 1011001 1000111

Color Harmonies of #9471F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471F7

Black with #9471F7

Text Example


Text Example

White with #9471F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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