#959DDE

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

Shades of Portage #959DDE

Tints of Portage #959DDE

Color information

#959DDE (or 0x959DDE) is unknown color: approx Portage. HEX triplet: 95, 9D and DE. RGB value is (149,157,222). Sum of RGB (Red+Green+Blue) = 149+157+222=528 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.22% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #959DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DDE is #6A6221. Grayscale: #A1A1A1. Windows color (decimal): -6971938 or 14589333. OLE color: 14589333.

HSL color Cylindrical-coordinate representation of color #959DDE: hue angle of 233.42º degrees, saturation: 0.53, 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 #959DDE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149157222-
CMYK0.330.2900.13
HSL233.42º52.52%72.75%-
HSV(B)233.42º32.88%87.06%-
XYZ37.6435.7874.03-
YUV162.02161.85118.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.22%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=28.22%
G=29.73%
B=42.05%

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
Decimal1491572220.330.2900.13233.4252.5272.75
Hex959DDE211D0De93549
Octal225235336413501535165111
Binary1001010110011101110111101000011110101101111010011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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