Html Css Color HEX #9C59FE Light Slate Blue

📋 copy color: '#9C59FE'

red 156 ◦ green 89 ◦ blue 254

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

Shades of Light Slate Blue #9C59FE

Tints of Light Slate Blue #9C59FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 31.26%
G = 17.84%
B = 50.9%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C59FE (or 0x9C59FE) is known color: Light Slate Blue. HEX triplet: 9C, 59 and FE. RGB value is (156,89,254). Sum of RGB (Red+Green+Blue) = 156+89+254=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C59FE is #63A601. Grayscale: #7F7F7F. Windows color (decimal): -6530562 or 16669084. OLE color: 16669084.

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

Color convert

RGB 156 89 254 -
CMYK 0.39 0.65 0 0.00
HSL 264.36º 0.99% 0.67% -
HSV(B) 264.36º 0.65% 1% -
XYZ 35.17 21.37 96.04 -
YUV 127.84 199.2 148.08 -
System Red Green Blue C M Y K H S L
Decimal 156 89 254 0.39 0.65 0 0.00 264.36 0.99 0.67
Hex 9C 59 FE 27 41 0 0 108 63 43
Octal 234 131 376 47 101 0 0 410 143 103
Binary 10011100 1011001 11111110 100111 1000001 0 0 100001000 1100011 1000011

Color Harmonies of #9C59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C59FE

Black with #9C59FE

Text Example


Text Example

White with #9C59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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