Html Css Color HEX #707AB1 Chetwode Blue

📋 copy color: '#707AB1'

red 112 ◦ green 122 ◦ blue 177

#707AB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #707AB1

Tints of Chetwode Blue #707AB1

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

 GREEN value IS 122 (48.05% from 255) = 29.68%

 BLUE value IS 177 (69.53% from 255) = 43.07%

R = 27.25%
G = 29.68%
B = 43.07%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#707AB1 (or 0x707AB1) is known color: Chetwode Blue. HEX triplet: 70, 7A and B1. RGB value is (112,122,177). Sum of RGB (Red+Green+Blue) = 112+122+177=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #707AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707AB1 is #8F854E. Grayscale: #7D7D7D. Windows color (decimal): -9405775 or 11631216. OLE color: 11631216.

HSL color Cylindrical-coordinate representation of color #707AB1: hue angle of 230.77º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #707AB1 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 122 177 -
CMYK 0.37 0.31 0 0.31
HSL 230.77º 0.29% 0.57% -
HSV(B) 230.77º 0.37% 0.69% -
XYZ 21.58 20.54 44.42 -
YUV 125.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 112 122 177 0.37 0.31 0 0.31 230.77 0.29 0.57
Hex 70 7A B1 25 1F 0 1F E7 1D 39
Octal 160 172 261 45 37 0 37 347 35 71
Binary 1110000 1111010 10110001 100101 11111 0 11111 11100111 11101 111001

Color Harmonies of #707AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AB1

Black with #707AB1

Text Example


Text Example

White with #707AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,122,177); }

 H1.HeaderClassName
 {
   color: #707AB1;
 }
 .AnyTagClassName
 {
   color: #707AB1;
 }
</style>

background-color css

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

 a { background-color: rgb(112,122,177); }

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

border-color css

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

 span { border-color: rgb(112,122,177); }

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