Html Css Color HEX #9673FD Light Slate Blue

📋 copy color: '#9673FD'

red 150 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #9673FD

Tints of Light Slate Blue #9673FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.2%

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

R = 28.96%
G = 22.2%
B = 48.84%

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

#9673FD (or 0x9673FD) is known color: Light Slate Blue. HEX triplet: 96, 73 and FD. RGB value is (150,115,253). Sum of RGB (Red+Green+Blue) = 150+115+253=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #9673FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9673FD is #698C02. Grayscale: #8C8C8C. Windows color (decimal): -6917123 or 16610198. OLE color: 16610198.

HSL color Cylindrical-coordinate representation of color #9673FD: hue angle of 255.22º 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 #9673FD is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 115 253 -
CMYK 0.41 0.55 0 0.01
HSL 255.22º 0.97% 0.72% -
HSV(B) 255.22º 0.55% 0.99% -
XYZ 36.44 25.84 96 -
YUV 141.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 150 115 253 0.41 0.55 0 0.01 255.22 0.97 0.72
Hex 96 73 FD 29 37 0 1 FF 61 48
Octal 226 163 375 51 67 0 1 377 141 110
Binary 10010110 1110011 11111101 101001 110111 0 1 11111111 1100001 1001000

Color Harmonies of #9673FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673FD

Black with #9673FD

Text Example


Text Example

White with #9673FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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