#969BE7

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

Shades of Portage #969BE7

Tints of Portage #969BE7

Color information

#969BE7 (or 0x969BE7) is unknown color: approx Portage. HEX triplet: 96, 9B and E7. RGB value is (150,155,231). Sum of RGB (Red+Green+Blue) = 150+155+231=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #969BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969BE7 is #696418. Grayscale: #A1A1A1. Windows color (decimal): -6906905 or 15178646. OLE color: 15178646.

HSL color Cylindrical-coordinate representation of color #969BE7: hue angle of 236.3º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #969BE7 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150155231-
CMYK0.350.3300.09
HSL236.3º62.79%74.71%-
HSV(B)236.3º35.06%90.59%-
XYZ38.7235.780.45-
YUV162.17166.84119.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.99%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 231 (90.62% from 255) = 43.10%
R=27.99%
G=28.92%
B=43.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501552310.350.3300.09236.362.7974.71
Hex969BE7232109ec3f4b
Octal226233347434101135477113
Binary10010110100110111110011110001110000101001111011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,155,231); }

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

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

 a { background-color: rgb(150,155,231); }

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

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

 span { border-color: rgb(150,155,231); }

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