#959DDD

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

Shades of Portage #959DDD

Tints of Portage #959DDD

Color information

#959DDD (or 0x959DDD) is unknown color: approx Portage. HEX triplet: 95, 9D and DD. RGB value is (149,157,221). Sum of RGB (Red+Green+Blue) = 149+157+221=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #959DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DDD is #6A6222. Grayscale: #A1A1A1. Windows color (decimal): -6971939 or 14523797. OLE color: 14523797.

HSL color Cylindrical-coordinate representation of color #959DDD: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959DDD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149157221-
CMYK0.330.2900.13
HSL233.33º51.43%72.55%-
HSV(B)233.33º32.58%86.67%-
XYZ37.535.7273.33-
YUV161.9161.35118.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 157 (61.72% from 255) = 29.79%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=28.27%
G=29.79%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491572210.330.2900.13233.3351.4372.55
Hex959DDD211D0De93349
Octal225235335413501535163111
Binary1001010110011101110111011000011110101101111010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959DDD; }

 p { color: rgb(149,157,221); }

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

<style>
 a { background-color: #959DDD; }

 a { background-color: rgb(149,157,221); }

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

<style>
 span { border-color: #959DDD; }

 span { border-color: rgb(149,157,221); }

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