Shades of Pattens Blue #E7E9EA
Tints of Pattens Blue #E7E9EA
RGB
CMYK
RGB Variations
Color information
#E7E9EA (or 0xE7E9EA) is known color: 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
RGB | 231 | 233 | 234 | - |
CMYK | 0.01 | 0.00 | 0 | 0.08 |
HSL | 200º | 0.07% | 0.91% | - |
HSV(B) | 200º | 0.01% | 0.92% | - |
XYZ | 76.95 | 81.21 | 89.46 | - |
YUV | 232.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 233 | 234 | 0.01 | 0.00 | 0 | 0.08 | 200 | 0.07 | 0.91 |
Hex | E7 | E9 | EA | 1 | 0 | 0 | 8 | C8 | 7 | 5B |
Octal | 347 | 351 | 352 | 1 | 0 | 0 | 10 | 310 | 7 | 133 |
Binary | 11100111 | 11101001 | 11101010 | 1 | 0 | 0 | 1000 | 11001000 | 111 | 1011011 |
Color Harmonies of #E7E9EA
Complementary color
Monochromatic Colors of #E7E9EA
Black with #E7E9EA
Text Example
Text Example
White with #E7E9EA
Text Example
Text Example
HTML Codes & Css Web 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>