Html Css Color HEX #9773FD Light Slate Blue

📋 copy color: '#9773FD'

red 151 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #9773FD

Tints of Light Slate Blue #9773FD

RGB

 RED value IS 151 (59.38% from 255) = 29.09%

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

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

R = 29.09%
G = 22.16%
B = 48.75%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9773FD (or 0x9773FD) is known color: Light Slate Blue. HEX triplet: 97, 73 and FD. RGB value is (151,115,253). Sum of RGB (Red+Green+Blue) = 151+115+253=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #9773FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9773FD is #688C02. Grayscale: #8C8C8C. Windows color (decimal): -6851587 or 16610199. OLE color: 16610199.

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

Color convert

RGB 151 115 253 -
CMYK 0.40 0.55 0 0.01
HSL 255.65º 0.97% 0.72% -
HSV(B) 255.65º 0.55% 0.99% -
XYZ 36.62 25.93 96 -
YUV 141.5 190.93 134.78 -
System Red Green Blue C M Y K H S L
Decimal 151 115 253 0.40 0.55 0 0.01 255.65 0.97 0.72
Hex 97 73 FD 28 37 0 1 100 61 48
Octal 227 163 375 50 67 0 1 400 141 110
Binary 10010111 1110011 11111101 101000 110111 0 1 100000000 1100001 1001000

Color Harmonies of #9773FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9773FD

Black with #9773FD

Text Example


Text Example

White with #9773FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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