#969EDD

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

Shades of Portage #969EDD

Tints of Portage #969EDD

Color information

#969EDD (or 0x969EDD) is unknown color: approx Portage. HEX triplet: 96, 9E and DD. RGB value is (150,158,221). Sum of RGB (Red+Green+Blue) = 150+158+221=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #969EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EDD is #696122. Grayscale: #A2A2A2. Windows color (decimal): -6906147 or 14524054. OLE color: 14524054.

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

Color convert

RGB150158221-
CMYK0.320.2900.13
HSL233.24º51.08%72.75%-
HSV(B)233.24º32.13%86.67%-
XYZ37.8636.1673.39-
YUV162.79160.85118.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=28.36%
G=29.87%
B=41.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501582210.320.2900.13233.2451.0872.75
Hex969EDD201D0De93349
Octal226236335403501535163111
Binary1001011010011110110111011000001110101101111010011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969EDD; }

 p { color: rgb(150,158,221); }

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

<style>
 a { background-color: #969EDD; }

 a { background-color: rgb(150,158,221); }

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

<style>
 span { border-color: #969EDD; }

 span { border-color: rgb(150,158,221); }

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