#707BAD

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

Shades of Chetwode Blue #707BAD

Tints of Chetwode Blue #707BAD

Color information

#707BAD (or 0x707BAD) is unknown color: approx Chetwode Blue. HEX triplet: 70, 7B and AD. RGB value is (112,123,173). Sum of RGB (Red+Green+Blue) = 112+123+173=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #707BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BAD is #8F8452. Grayscale: #7D7D7D. Windows color (decimal): -9405523 or 11369328. OLE color: 11369328.

HSL color Cylindrical-coordinate representation of color #707BAD: hue angle of 229.18º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #707BAD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112123173-
CMYK0.350.2900.32
HSL229.18º27.11%55.88%-
HSV(B)229.18º35.26%67.84%-
XYZ21.3120.6342.39-
YUV125.41154.86118.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=27.45%
G=30.15%
B=42.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121231730.350.2900.32229.1827.1155.88
Hex707BAD231D020e51b38
Octal16017325543350403453370
Binary11100001111011101011011000111110101000001110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707BAD; }

 p { color: rgb(112,123,173); }

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

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

 a { background-color: rgb(112,123,173); }

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

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

 span { border-color: rgb(112,123,173); }

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