#969AE3

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

Shades of Portage #969AE3

Tints of Portage #969AE3

Color information

#969AE3 (or 0x969AE3) is unknown color: approx Portage. HEX triplet: 96, 9A and E3. RGB value is (150,154,227). Sum of RGB (Red+Green+Blue) = 150+154+227=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #969AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AE3 is #69651C. Grayscale: #A0A0A0. Windows color (decimal): -6907165 or 14916246. OLE color: 14916246.

HSL color Cylindrical-coordinate representation of color #969AE3: hue angle of 236.88º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969AE3 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150154227-
CMYK0.340.3200.11
HSL236.88º57.89%73.92%-
HSV(B)236.88º33.92%89.02%-
XYZ3835.1477.45-
YUV161.13165.17120.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.25%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 227 (89.06% from 255) = 42.75%
R=28.25%
G=29.00%
B=42.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501542270.340.3200.11236.8857.8973.92
Hex969AE322200Bed3a4a
Octal226232343424001335572112
Binary10010110100110101110001110001010000001011111011011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,154,227); }

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

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

 a { background-color: rgb(150,154,227); }

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

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

 span { border-color: rgb(150,154,227); }

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