Html Css Color HEX #7079CA Chetwode Blue

📋 copy color: '#7079CA'

red 112 ◦ green 121 ◦ blue 202

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

Shades of Chetwode Blue #7079CA

Tints of Chetwode Blue #7079CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 25.75%
G = 27.82%
B = 46.44%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7079CA (or 0x7079CA) is known color: Chetwode Blue. HEX triplet: 70, 79 and CA. RGB value is (112,121,202). Sum of RGB (Red+Green+Blue) = 112+121+202=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #7079CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079CA is #8F8635. Grayscale: #7F7F7F. Windows color (decimal): -9406006 or 13269360. OLE color: 13269360.

HSL color Cylindrical-coordinate representation of color #7079CA: hue angle of 234º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7079CA is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 121 202 -
CMYK 0.45 0.40 0 0.21
HSL 234º 0.46% 0.62% -
HSV(B) 234º 0.45% 0.79% -
XYZ 24.18 21.38 58.73 -
YUV 127.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 112 121 202 0.45 0.40 0 0.21 234 0.46 0.62
Hex 70 79 CA 2D 28 0 15 EA 2E 3E
Octal 160 171 312 55 50 0 25 352 56 76
Binary 1110000 1111001 11001010 101101 101000 0 10101 11101010 101110 111110

Color Harmonies of #7079CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079CA

Black with #7079CA

Text Example


Text Example

White with #7079CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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