Html Css Color HEX #9C65FE Light Slate Blue

📋 copy color: '#9C65FE'

red 156 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #9C65FE

Tints of Light Slate Blue #9C65FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.77%

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

R = 30.53%
G = 19.77%
B = 49.71%

CMYK

 C value IS 0.39

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C65FE (or 0x9C65FE) is known color: Light Slate Blue. HEX triplet: 9C, 65 and FE. RGB value is (156,101,254). Sum of RGB (Red+Green+Blue) = 156+101+254=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C65FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C65FE is #639A01. Grayscale: #868686. Windows color (decimal): -6527490 or 16672156. OLE color: 16672156.

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

Color convert

RGB 156 101 254 -
CMYK 0.39 0.60 0 0.00
HSL 261.57º 0.99% 0.7% -
HSV(B) 261.57º 0.6% 1% -
XYZ 36.25 23.53 96.4 -
YUV 134.89 195.22 143.06 -
System Red Green Blue C M Y K H S L
Decimal 156 101 254 0.39 0.60 0 0.00 261.57 0.99 0.7
Hex 9C 65 FE 27 3C 0 0 106 63 46
Octal 234 145 376 47 74 0 0 406 143 106
Binary 10011100 1100101 11111110 100111 111100 0 0 100000110 1100011 1000110

Color Harmonies of #9C65FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C65FE

Black with #9C65FE

Text Example


Text Example

White with #9C65FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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