Html Css Color HEX #707BAD Chetwode Blue

📋 copy color: '#707BAD'

red 112 ◦ green 123 ◦ blue 173

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

Shades of Chetwode Blue #707BAD

Tints of Chetwode Blue #707BAD

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.4%

R = 27.45%
G = 30.15%
B = 42.4%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#707BAD (or 0x707BAD) is known color: 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

RGB 112 123 173 -
CMYK 0.35 0.29 0 0.32
HSL 229.18º 0.27% 0.56% -
HSV(B) 229.18º 0.35% 0.68% -
XYZ 21.31 20.63 42.39 -
YUV 125.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 112 123 173 0.35 0.29 0 0.32 229.18 0.27 0.56
Hex 70 7B AD 23 1D 0 20 E5 1B 38
Octal 160 173 255 43 35 0 40 345 33 70
Binary 1110000 1111011 10101101 100011 11101 0 100000 11100101 11011 111000

Color Harmonies of #707BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BAD

Black with #707BAD

Text Example


Text Example

White with #707BAD

Text Example


Text Example

HTML Codes & Css Web 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>