Html Css Color HEX #707BC7 Chetwode Blue

📋 copy color: '#707BC7'

red 112 ◦ green 123 ◦ blue 199

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

Shades of Chetwode Blue #707BC7

Tints of Chetwode Blue #707BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 25.81%
G = 28.34%
B = 45.85%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#707BC7 (or 0x707BC7) is known color: Chetwode Blue. HEX triplet: 70, 7B and C7. RGB value is (112,123,199). Sum of RGB (Red+Green+Blue) = 112+123+199=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #707BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BC7 is #8F8438. Grayscale: #808080. Windows color (decimal): -9405497 or 13073264. OLE color: 13073264.

HSL color Cylindrical-coordinate representation of color #707BC7: hue angle of 232.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707BC7 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 123 199 -
CMYK 0.44 0.38 0 0.22
HSL 232.41º 0.44% 0.61% -
HSV(B) 232.41º 0.44% 0.78% -
XYZ 24.07 21.73 56.96 -
YUV 128.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 112 123 199 0.44 0.38 0 0.22 232.41 0.44 0.61
Hex 70 7B C7 2C 26 0 16 E8 2C 3D
Octal 160 173 307 54 46 0 26 350 54 75
Binary 1110000 1111011 11000111 101100 100110 0 10110 11101000 101100 111101

Color Harmonies of #707BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BC7

Black with #707BC7

Text Example


Text Example

White with #707BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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