#969FDC

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

Shades of Portage #969FDC

Tints of Portage #969FDC

Color information

#969FDC (or 0x969FDC) is unknown color: approx Portage. HEX triplet: 96, 9F and DC. RGB value is (150,159,220). Sum of RGB (Red+Green+Blue) = 150+159+220=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #969FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969FDC is #696023. Grayscale: #A3A3A3. Windows color (decimal): -6905892 or 14458774. OLE color: 14458774.

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

Color convert

RGB150159220-
CMYK0.320.2800.14
HSL232.29º50%72.55%-
HSV(B)232.29º31.82%86.27%-
XYZ37.8936.4572.75-
YUV163.26160.02118.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=28.36%
G=30.06%
B=41.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501592200.320.2800.14232.295072.55
Hex969FDC201C0Ee83249
Octal226237334403401635062111
Binary1001011010011111110111001000001110001110111010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,159,220); }

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

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

 a { background-color: rgb(150,159,220); }

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

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

 span { border-color: rgb(150,159,220); }

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