Html Css Color HEX #9673FB Light Slate Blue

📋 copy color: '#9673FB'

red 150 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #9673FB

Tints of Light Slate Blue #9673FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 29.07%
G = 22.29%
B = 48.64%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9673FB (or 0x9673FB) is known color: Light Slate Blue. HEX triplet: 96, 73 and FB. RGB value is (150,115,251). Sum of RGB (Red+Green+Blue) = 150+115+251=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #9673FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9673FB is #698C04. Grayscale: #8C8C8C. Windows color (decimal): -6917125 or 16479126. OLE color: 16479126.

HSL color Cylindrical-coordinate representation of color #9673FB: hue angle of 255.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9673FB is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 115 251 -
CMYK 0.40 0.54 0 0.02
HSL 255.44º 0.94% 0.72% -
HSV(B) 255.44º 0.54% 0.98% -
XYZ 36.12 25.71 94.33 -
YUV 140.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 150 115 251 0.40 0.54 0 0.02 255.44 0.94 0.72
Hex 96 73 FB 28 36 0 2 FF 5E 48
Octal 226 163 373 50 66 0 2 377 136 110
Binary 10010110 1110011 11111011 101000 110110 0 10 11111111 1011110 1001000

Color Harmonies of #9673FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673FB

Black with #9673FB

Text Example


Text Example

White with #9673FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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