#9C9DBE

Color #9C9DBE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9C9DBE

Tints of Logan #9C9DBE

Color information

#9C9DBE (or 0x9C9DBE) is unknown color: approx Logan. HEX triplet: 9C, 9D and BE. RGB value is (156,157,190). Sum of RGB (Red+Green+Blue) = 156+157+190=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DBE is #636241. Grayscale: #A0A0A0. Windows color (decimal): -6513218 or 12492188. OLE color: 12492188.

HSL color Cylindrical-coordinate representation of color #9C9DBE: hue angle of 238.24º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C9DBE is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156157190-
CMYK0.180.1700.25
HSL238.24º20.73%67.84%-
HSV(B)238.24º17.89%74.51%-
XYZ35.0634.953.6-
YUV160.46144.67124.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.01%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 190 (74.61% from 255) = 37.77%
R=31.01%
G=31.21%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561571900.180.1700.25238.2420.7367.84
Hex9C9DBE1211019ee1544
Octal234235276222103135625104
Binary100111001001110110111110100101000101100111101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,157,190); }

 H1.HeaderClassName
 {
   color: #9C9DBE;
 }
 .AnyTagClassName
 {
   color: #9C9DBE;
 }
</style>
background-color css

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

 a { background-color: rgb(156,157,190); }

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

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

 span { border-color: rgb(156,157,190); }

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