#E7E9EA

Color #E7E9EA Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #E7E9EA

Tints of Pattens Blue #E7E9EA

Color information

#E7E9EA (or 0xE7E9EA) is unknown color: approx Pattens Blue. HEX triplet: E7, E9 and EA. RGB value is (231,233,234). Sum of RGB (Red+Green+Blue) = 231+233+234=698 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.09% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7E9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E7E9EA is #181615. Grayscale: #E8E8E8. Windows color (decimal): -1578518 or 15395303. OLE color: 15395303.

HSL color Cylindrical-coordinate representation of color #E7E9EA: hue angle of 200º degrees, saturation: 0.07, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E7E9EA is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231233234-
CMYK0.010.0000.08
HSL200º6.67%91.18%-
HSV(B)200º1.28%91.76%-
XYZ76.9581.2189.46-
YUV232.52128.84126.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.09%
GREEN value IS 233 (91.41% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=33.09%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312332340.010.0000.082006.6791.18
HexE7E9EA1008c875b
Octal347351352100103107133
Binary1110011111101001111010101001000110010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E9EA; }

 p { color: rgb(231,233,234); }

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

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

 a { background-color: rgb(231,233,234); }

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

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

 span { border-color: rgb(231,233,234); }

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