Html Css Color HEX #9C95FE Light Slate Blue

📋 copy color: '#9C95FE'

red 156 ◦ green 149 ◦ blue 254

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

Shades of Light Slate Blue #9C95FE

Tints of Light Slate Blue #9C95FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.65%

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

R = 27.91%
G = 26.65%
B = 45.44%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C95FE (or 0x9C95FE) is known color: Light Slate Blue. HEX triplet: 9C, 95 and FE. RGB value is (156,149,254). Sum of RGB (Red+Green+Blue) = 156+149+254=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C95FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95FE is #636A01. Grayscale: #A2A2A2. Windows color (decimal): -6515202 or 16684444. OLE color: 16684444.

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

Color convert

RGB 156 149 254 -
CMYK 0.39 0.41 0 0.00
HSL 244º 0.98% 0.79% -
HSV(B) 244º 0.41% 1% -
XYZ 42.35 35.72 98.43 -
YUV 163.06 179.32 122.96 -
System Red Green Blue C M Y K H S L
Decimal 156 149 254 0.39 0.41 0 0.00 244 0.98 0.79
Hex 9C 95 FE 27 29 0 0 F4 62 4F
Octal 234 225 376 47 51 0 0 364 142 117
Binary 10011100 10010101 11111110 100111 101001 0 0 11110100 1100010 1001111

Color Harmonies of #9C95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C95FE

Black with #9C95FE

Text Example


Text Example

White with #9C95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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