#959ADB

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

Shades of Portage #959ADB

Tints of Portage #959ADB

Color information

#959ADB (or 0x959ADB) is unknown color: approx Portage. HEX triplet: 95, 9A and DB. RGB value is (149,154,219). Sum of RGB (Red+Green+Blue) = 149+154+219=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #959ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADB is #6A6524. Grayscale: #9F9F9F. Windows color (decimal): -6972709 or 14391957. OLE color: 14391957.

HSL color Cylindrical-coordinate representation of color #959ADB: hue angle of 235.71º degrees, saturation: 0.49, 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 #959ADB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149154219-
CMYK0.320.3000.14
HSL235.71º49.3%72.16%-
HSV(B)235.71º31.96%85.88%-
XYZ36.7434.6271.76-
YUV159.92161.34120.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 154 (60.55% from 255) = 29.50%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=28.54%
G=29.50%
B=41.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491542190.320.3000.14235.7149.372.16
Hex959ADB201E0Eec3148
Octal225232333403601635461110
Binary1001010110011010110110111000001111001110111011001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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