Html Css Color HEX #9C52FE Light Slate Blue

📋 copy color: '#9C52FE'

red 156 ◦ green 82 ◦ blue 254

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

Shades of Light Slate Blue #9C52FE

Tints of Light Slate Blue #9C52FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.67%

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

R = 31.71%
G = 16.67%
B = 51.63%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C52FE (or 0x9C52FE) is known color: Light Slate Blue. HEX triplet: 9C, 52 and FE. RGB value is (156,82,254). Sum of RGB (Red+Green+Blue) = 156+82+254=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C52FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C52FE is #63AD01. Grayscale: #7B7B7B. Windows color (decimal): -6532354 or 16667292. OLE color: 16667292.

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

Color convert

RGB 156 82 254 -
CMYK 0.39 0.68 0 0.00
HSL 265.81º 0.99% 0.66% -
HSV(B) 265.81º 0.68% 1% -
XYZ 34.62 20.26 95.85 -
YUV 123.73 201.52 151.01 -
System Red Green Blue C M Y K H S L
Decimal 156 82 254 0.39 0.68 0 0.00 265.81 0.99 0.66
Hex 9C 52 FE 27 44 0 0 10A 63 42
Octal 234 122 376 47 104 0 0 412 143 102
Binary 10011100 1010010 11111110 100111 1000100 0 0 100001010 1100011 1000010

Color Harmonies of #9C52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C52FE

Black with #9C52FE

Text Example


Text Example

White with #9C52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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