Html Css Color HEX #9C96BA Logan

📋 copy color: '#9C96BA'

red 156 ◦ green 150 ◦ blue 186

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

Shades of Logan #9C96BA

Tints of Logan #9C96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 31.71%
G = 30.49%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C96BA (or 0x9C96BA) is known color: Logan. HEX triplet: 9C, 96 and BA. RGB value is (156,150,186). Sum of RGB (Red+Green+Blue) = 156+150+186=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96BA is #636945. Grayscale: #9B9B9B. Windows color (decimal): -6515014 or 12228252. OLE color: 12228252.

HSL color Cylindrical-coordinate representation of color #9C96BA: hue angle of 250º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C96BA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 150 186 -
CMYK 0.16 0.19 0 0.27
HSL 250º 0.21% 0.66% -
HSV(B) 250º 0.19% 0.73% -
XYZ 33.48 32.43 50.95 -
YUV 155.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 156 150 186 0.16 0.19 0 0.27 250 0.21 0.66
Hex 9C 96 BA 10 13 0 1B FA 15 42
Octal 234 226 272 20 23 0 33 372 25 102
Binary 10011100 10010110 10111010 10000 10011 0 11011 11111010 10101 1000010

Color Harmonies of #9C96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96BA

Black with #9C96BA

Text Example


Text Example

White with #9C96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,150,186); }

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

background-color css

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

 a { background-color: rgb(156,150,186); }

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

border-color css

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

 span { border-color: rgb(156,150,186); }

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