#9D9BEC

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

Shades of Portage #9D9BEC

Tints of Portage #9D9BEC

Color information

#9D9BEC (or 0x9D9BEC) is unknown color: approx Portage. HEX triplet: 9D, 9B and EC. RGB value is (157,155,236). Sum of RGB (Red+Green+Blue) = 157+155+236=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9BEC is #626413. Grayscale: #A4A4A4. Windows color (decimal): -6448148 or 15506333. OLE color: 15506333.

HSL color Cylindrical-coordinate representation of color #9D9BEC: hue angle of 241.48º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9BEC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157155236-
CMYK0.330.3400.07
HSL241.48º68.07%76.67%-
HSV(B)241.48º34.32%92.55%-
XYZ40.7736.6784.29-
YUV164.83168.16122.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=28.65%
G=28.28%
B=43.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571552360.330.3400.07241.4868.0776.67
Hex9D9BEC212207f1444d
Octal235233354414207361104115
Binary10011101100110111110110010000110001001111111000110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,155,236); }

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

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

 a { background-color: rgb(157,155,236); }

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

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

 span { border-color: rgb(157,155,236); }

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