Html Css Color HEX #707BC0 Chetwode Blue

📋 copy color: '#707BC0'

red 112 ◦ green 123 ◦ blue 192

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

Shades of Chetwode Blue #707BC0

Tints of Chetwode Blue #707BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 26.23%
G = 28.81%
B = 44.96%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#707BC0 (or 0x707BC0) is known color: Chetwode Blue. HEX triplet: 70, 7B and C0. RGB value is (112,123,192). Sum of RGB (Red+Green+Blue) = 112+123+192=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #707BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BC0 is #8F843F. Grayscale: #7F7F7F. Windows color (decimal): -9405504 or 12614512. OLE color: 12614512.

HSL color Cylindrical-coordinate representation of color #707BC0: hue angle of 231.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #707BC0 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 123 192 -
CMYK 0.42 0.36 0 0.25
HSL 231.75º 0.39% 0.6% -
HSV(B) 231.75º 0.42% 0.75% -
XYZ 23.28 21.42 52.78 -
YUV 127.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 112 123 192 0.42 0.36 0 0.25 231.75 0.39 0.6
Hex 70 7B C0 2A 24 0 19 E8 27 3C
Octal 160 173 300 52 44 0 31 350 47 74
Binary 1110000 1111011 11000000 101010 100100 0 11001 11101000 100111 111100

Color Harmonies of #707BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BC0

Black with #707BC0

Text Example


Text Example

White with #707BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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