Html Css Color HEX #9671F7 Light Slate Blue

📋 copy color: '#9671F7'

red 150 ◦ green 113 ◦ blue 247

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

Shades of Light Slate Blue #9671F7

Tints of Light Slate Blue #9671F7

RGB

 RED value IS 150 (58.98% from 255) = 29.41%

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

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

R = 29.41%
G = 22.16%
B = 48.43%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9671F7 (or 0x9671F7) is known color: Light Slate Blue. HEX triplet: 96, 71 and F7. RGB value is (150,113,247). Sum of RGB (Red+Green+Blue) = 150+113+247=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #9671F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671F7 is #698E08. Grayscale: #8A8A8A. Windows color (decimal): -6917641 or 16216470. OLE color: 16216470.

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

Color convert

RGB 150 113 247 -
CMYK 0.39 0.54 0 0.03
HSL 256.57º 0.89% 0.71% -
HSV(B) 256.57º 0.54% 0.97% -
XYZ 35.27 25.01 90.96 -
YUV 139.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 150 113 247 0.39 0.54 0 0.03 256.57 0.89 0.71
Hex 96 71 F7 27 36 0 3 101 59 47
Octal 226 161 367 47 66 0 3 401 131 107
Binary 10010110 1110001 11110111 100111 110110 0 11 100000001 1011001 1000111

Color Harmonies of #9671F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671F7

Black with #9671F7

Text Example


Text Example

White with #9671F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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