Html Css Color HEX #9671FF Light Slate Blue

📋 copy color: '#9671FF'

red 150 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #9671FF

Tints of Light Slate Blue #9671FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 28.96%
G = 21.81%
B = 49.23%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9671FF (or 0x9671FF) is known color: Light Slate Blue. HEX triplet: 96, 71 and FF. RGB value is (150,113,255). Sum of RGB (Red+Green+Blue) = 150+113+255=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #9671FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671FF is #698E00. Grayscale: #8B8B8B. Windows color (decimal): -6917633 or 16740758. OLE color: 16740758.

HSL color Cylindrical-coordinate representation of color #9671FF: hue angle of 255.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9671FF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 113 255 -
CMYK 0.41 0.56 0 0
HSL 255.63º 1% 0.72% -
HSV(B) 255.63º 0.56% 1% -
XYZ 36.53 25.51 97.61 -
YUV 140.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 150 113 255 0.41 0.56 0 0 255.63 1 0.72
Hex 96 71 FF 29 38 0 0 100 64 48
Octal 226 161 377 51 70 0 0 400 144 110
Binary 10010110 1110001 11111111 101001 111000 0 0 100000000 1100100 1001000

Color Harmonies of #9671FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671FF

Black with #9671FF

Text Example


Text Example

White with #9671FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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