Html Css Color HEX #7079CC Chetwode Blue

📋 copy color: '#7079CC'

red 112 ◦ green 121 ◦ blue 204

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

Shades of Chetwode Blue #7079CC

Tints of Chetwode Blue #7079CC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 25.63%
G = 27.69%
B = 46.68%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7079CC (or 0x7079CC) is known color: Chetwode Blue. HEX triplet: 70, 79 and CC. RGB value is (112,121,204). Sum of RGB (Red+Green+Blue) = 112+121+204=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7079CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079CC is #8F8633. Grayscale: #7F7F7F. Windows color (decimal): -9406004 or 13400432. OLE color: 13400432.

HSL color Cylindrical-coordinate representation of color #7079CC: hue angle of 234.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7079CC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 121 204 -
CMYK 0.45 0.41 0 0.2
HSL 234.13º 0.47% 0.62% -
HSV(B) 234.13º 0.45% 0.8% -
XYZ 24.42 21.48 59.99 -
YUV 127.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 112 121 204 0.45 0.41 0 0.2 234.13 0.47 0.62
Hex 70 79 CC 2D 29 0 14 EA 2F 3E
Octal 160 171 314 55 51 0 24 352 57 76
Binary 1110000 1111001 11001100 101101 101001 0 10100 11101010 101111 111110

Color Harmonies of #7079CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079CC

Black with #7079CC

Text Example


Text Example

White with #7079CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7079CC; }

 p { color: rgb(112,121,204); }

 H1.HeaderClassName
 {
   color: #7079CC;
 }
 .AnyTagClassName
 {
   color: #7079CC;
 }
</style>

background-color css

<style>
 a { background-color: #7079CC; }

 a { background-color: rgb(112,121,204); }

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

border-color css

<style>
 span { border-color: #7079CC; }

 span { border-color: rgb(112,121,204); }

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