#7076C9

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

Shades of Chetwode Blue #7076C9

Tints of Chetwode Blue #7076C9

Color information

#7076C9 (or 0x7076C9) is unknown color: approx Chetwode Blue. HEX triplet: 70, 76 and C9. RGB value is (112,118,201). Sum of RGB (Red+Green+Blue) = 112+118+201=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #7076C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076C9 is #8F8936. Grayscale: #7D7D7D. Windows color (decimal): -9406775 or 13203056. OLE color: 13203056.

HSL color Cylindrical-coordinate representation of color #7076C9: hue angle of 235.96º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7076C9 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112118201-
CMYK0.440.4100.21
HSL235.96º45.18%61.37%-
HSV(B)235.96º44.28%78.82%-
XYZ23.720.6257.99-
YUV125.67170.51118.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=25.99%
G=27.38%
B=46.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121182010.440.4100.21235.9645.1861.37
Hex7076C92C29015ec2d3d
Octal16016631154510253545575
Binary111000011101101100100110110010100101010111101100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7076C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7076C9; }

 p { color: rgb(112,118,201); }

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

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

 a { background-color: rgb(112,118,201); }

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

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

 span { border-color: rgb(112,118,201); }

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