Html Css Color HEX #9C53FE Light Slate Blue

📋 copy color: '#9C53FE'

red 156 ◦ green 83 ◦ blue 254

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

Shades of Light Slate Blue #9C53FE

Tints of Light Slate Blue #9C53FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.84%

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

R = 31.64%
G = 16.84%
B = 51.52%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C53FE (or 0x9C53FE) is known color: Light Slate Blue. HEX triplet: 9C, 53 and FE. RGB value is (156,83,254). Sum of RGB (Red+Green+Blue) = 156+83+254=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C53FE is #63AC01. Grayscale: #7B7B7B. Windows color (decimal): -6532098 or 16667548. OLE color: 16667548.

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

Color convert

RGB 156 83 254 -
CMYK 0.39 0.67 0 0.00
HSL 265.61º 0.99% 0.66% -
HSV(B) 265.61º 0.67% 1% -
XYZ 34.69 20.41 95.88 -
YUV 124.32 201.18 150.6 -
System Red Green Blue C M Y K H S L
Decimal 156 83 254 0.39 0.67 0 0.00 265.61 0.99 0.66
Hex 9C 53 FE 27 43 0 0 10A 63 42
Octal 234 123 376 47 103 0 0 412 143 102
Binary 10011100 1010011 11111110 100111 1000011 0 0 100001010 1100011 1000010

Color Harmonies of #9C53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C53FE

Black with #9C53FE

Text Example


Text Example

White with #9C53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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