Html Css Color HEX #9671FD Light Slate Blue

📋 copy color: '#9671FD'

red 150 ◦ green 113 ◦ blue 253

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

Shades of Light Slate Blue #9671FD

Tints of Light Slate Blue #9671FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 29.07%
G = 21.9%
B = 49.03%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9671FD (or 0x9671FD) is known color: Light Slate Blue. HEX triplet: 96, 71 and FD. RGB value is (150,113,253). Sum of RGB (Red+Green+Blue) = 150+113+253=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #9671FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9671FD is #698E02. Grayscale: #8B8B8B. Windows color (decimal): -6917635 or 16609686. OLE color: 16609686.

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

Color convert

RGB 150 113 253 -
CMYK 0.41 0.55 0 0.01
HSL 255.86º 0.97% 0.72% -
HSV(B) 255.86º 0.55% 0.99% -
XYZ 36.21 25.39 95.92 -
YUV 140.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 150 113 253 0.41 0.55 0 0.01 255.86 0.97 0.72
Hex 96 71 FD 29 37 0 1 100 61 48
Octal 226 161 375 51 67 0 1 400 141 110
Binary 10010110 1110001 11111101 101001 110111 0 1 100000000 1100001 1001000

Color Harmonies of #9671FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9671FD

Black with #9671FD

Text Example


Text Example

White with #9671FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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