#959ADC

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

Shades of Portage #959ADC

Tints of Portage #959ADC

Color information

#959ADC (or 0x959ADC) is unknown color: approx Portage. HEX triplet: 95, 9A and DC. RGB value is (149,154,220). Sum of RGB (Red+Green+Blue) = 149+154+220=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #959ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADC is #6A6523. Grayscale: #9F9F9F. Windows color (decimal): -6972708 or 14457493. OLE color: 14457493.

HSL color Cylindrical-coordinate representation of color #959ADC: hue angle of 235.77º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959ADC is Cyan = 0.32, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149154220-
CMYK0.320.300.14
HSL235.77º50.35%72.35%-
HSV(B)235.77º32.27%86.27%-
XYZ36.8734.6772.46-
YUV160.03161.84120.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=28.49%
G=29.45%
B=42.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491542200.320.300.14235.7750.3572.35
Hex959ADC201E0Eec3248
Octal225232334403601635462110
Binary1001010110011010110111001000001111001110111011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,154,220); }

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

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

 a { background-color: rgb(149,154,220); }

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

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

 span { border-color: rgb(149,154,220); }

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