#959CDA

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

Shades of Portage #959CDA

Tints of Portage #959CDA

Color information

#959CDA (or 0x959CDA) is unknown color: approx Portage. HEX triplet: 95, 9C and DA. RGB value is (149,156,218). Sum of RGB (Red+Green+Blue) = 149+156+218=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #959CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CDA is #6A6325. Grayscale: #A0A0A0. Windows color (decimal): -6972198 or 14326933. OLE color: 14326933.

HSL color Cylindrical-coordinate representation of color #959CDA: hue angle of 233.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959CDA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149156218-
CMYK0.320.2800.15
HSL233.91º48.25%71.96%-
HSV(B)233.91º31.65%85.49%-
XYZ36.9435.2371.18-
YUV160.98160.18119.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=28.49%
G=29.83%
B=41.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491562180.320.2800.15233.9148.2571.96
Hex959CDA201C0Fea3048
Octal225234332403401735260110
Binary1001010110011100110110101000001110001111111010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,156,218); }

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

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

 a { background-color: rgb(149,156,218); }

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

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

 span { border-color: rgb(149,156,218); }

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