Html Css Color HEX #707BB1 Chetwode Blue

📋 copy color: '#707BB1'

red 112 ◦ green 123 ◦ blue 177

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

Shades of Chetwode Blue #707BB1

Tints of Chetwode Blue #707BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

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

R = 27.18%
G = 29.85%
B = 42.96%

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

#707BB1 (or 0x707BB1) is known color: Chetwode Blue. HEX triplet: 70, 7B and B1. RGB value is (112,123,177). Sum of RGB (Red+Green+Blue) = 112+123+177=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #707BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707BB1 is #8F844E. Grayscale: #7D7D7D. Windows color (decimal): -9405519 or 11631472. OLE color: 11631472.

HSL color Cylindrical-coordinate representation of color #707BB1: hue angle of 229.85º 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 #707BB1 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 123 177 -
CMYK 0.37 0.31 0 0.31
HSL 229.85º 0.29% 0.57% -
HSV(B) 229.85º 0.37% 0.69% -
XYZ 21.7 20.78 44.46 -
YUV 125.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 112 123 177 0.37 0.31 0 0.31 229.85 0.29 0.57
Hex 70 7B B1 25 1F 0 1F E6 1D 39
Octal 160 173 261 45 37 0 37 346 35 71
Binary 1110000 1111011 10110001 100101 11111 0 11111 11100110 11101 111001

Color Harmonies of #707BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BB1

Black with #707BB1

Text Example


Text Example

White with #707BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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