#969CE7

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

Shades of Portage #969CE7

Tints of Portage #969CE7

Color information

#969CE7 (or 0x969CE7) is unknown color: approx Portage. HEX triplet: 96, 9C and E7. RGB value is (150,156,231). Sum of RGB (Red+Green+Blue) = 150+156+231=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #969CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CE7 is #696318. Grayscale: #A2A2A2. Windows color (decimal): -6906649 or 15178902. OLE color: 15178902.

HSL color Cylindrical-coordinate representation of color #969CE7: hue angle of 235.56º 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 #969CE7 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150156231-
CMYK0.350.3200.09
HSL235.56º62.79%74.71%-
HSV(B)235.56º35.06%90.59%-
XYZ38.8936.0380.51-
YUV162.76166.51118.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=27.93%
G=29.05%
B=43.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501562310.350.3200.09235.5662.7974.71
Hex969CE7232009ec3f4b
Octal226234347434001135477113
Binary10010110100111001110011110001110000001001111011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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