Html Css Color HEX #9C59FD Light Slate Blue

📋 copy color: '#9C59FD'

red 156 ◦ green 89 ◦ blue 253

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

Shades of Light Slate Blue #9C59FD

Tints of Light Slate Blue #9C59FD

RGB

 RED value IS 156 (61.33% from 255) = 31.33%

 GREEN value IS 89 (35.16% from 255) = 17.87%

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

R = 31.33%
G = 17.87%
B = 50.8%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C59FD (or 0x9C59FD) is known color: Light Slate Blue. HEX triplet: 9C, 59 and FD. RGB value is (156,89,253). Sum of RGB (Red+Green+Blue) = 156+89+253=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C59FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C59FD is #63A602. Grayscale: #7F7F7F. Windows color (decimal): -6530563 or 16603548. OLE color: 16603548.

HSL color Cylindrical-coordinate representation of color #9C59FD: hue angle of 264.51º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C59FD is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 89 253 -
CMYK 0.38 0.65 0 0.01
HSL 264.51º 0.98% 0.67% -
HSV(B) 264.51º 0.65% 0.99% -
XYZ 35.01 21.3 95.2 -
YUV 127.73 198.7 148.16 -
System Red Green Blue C M Y K H S L
Decimal 156 89 253 0.38 0.65 0 0.01 264.51 0.98 0.67
Hex 9C 59 FD 26 41 0 1 109 62 43
Octal 234 131 375 46 101 0 1 411 142 103
Binary 10011100 1011001 11111101 100110 1000001 0 1 100001001 1100010 1000011

Color Harmonies of #9C59FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C59FD

Black with #9C59FD

Text Example


Text Example

White with #9C59FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C59FD; }

 p { color: rgb(156,89,253); }

 H1.HeaderClassName
 {
   color: #9C59FD;
 }
 .AnyTagClassName
 {
   color: #9C59FD;
 }
</style>

background-color css

<style>
 a { background-color: #9C59FD; }

 a { background-color: rgb(156,89,253); }

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

border-color css

<style>
 span { border-color: #9C59FD; }

 span { border-color: rgb(156,89,253); }

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