Html Css Color HEX #9C55FE Light Slate Blue

📋 copy color: '#9C55FE'

red 156 ◦ green 85 ◦ blue 254

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

Shades of Light Slate Blue #9C55FE

Tints of Light Slate Blue #9C55FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.17%

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

R = 31.52%
G = 17.17%
B = 51.31%

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

#9C55FE (or 0x9C55FE) is known color: Light Slate Blue. HEX triplet: 9C, 55 and FE. RGB value is (156,85,254). Sum of RGB (Red+Green+Blue) = 156+85+254=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C55FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C55FE is #63AA01. Grayscale: #7C7C7C. Windows color (decimal): -6531586 or 16668060. OLE color: 16668060.

HSL color Cylindrical-coordinate representation of color #9C55FE: hue angle of 265.21º 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 #9C55FE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 85 254 -
CMYK 0.39 0.67 0 0.00
HSL 265.21º 0.99% 0.66% -
HSV(B) 265.21º 0.67% 1% -
XYZ 34.85 20.72 95.93 -
YUV 125.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 156 85 254 0.39 0.67 0 0.00 265.21 0.99 0.66
Hex 9C 55 FE 27 43 0 0 109 63 42
Octal 234 125 376 47 103 0 0 411 143 102
Binary 10011100 1010101 11111110 100111 1000011 0 0 100001001 1100011 1000010

Color Harmonies of #9C55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55FE

Black with #9C55FE

Text Example


Text Example

White with #9C55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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