Html Css Color HEX #7072BE Chetwode Blue

📋 copy color: '#7072BE'

red 112 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #7072BE

Tints of Chetwode Blue #7072BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.4%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 26.92%
G = 27.4%
B = 45.67%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7072BE (or 0x7072BE) is known color: Chetwode Blue. HEX triplet: 70, 72 and BE. RGB value is (112,114,190). Sum of RGB (Red+Green+Blue) = 112+114+190=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #7072BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7072BE is #8F8D41. Grayscale: #797979. Windows color (decimal): -9407810 or 12481136. OLE color: 12481136.

HSL color Cylindrical-coordinate representation of color #7072BE: hue angle of 238.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7072BE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 114 190 -
CMYK 0.41 0.40 0 0.25
HSL 238.46º 0.38% 0.59% -
HSV(B) 238.46º 0.41% 0.75% -
XYZ 21.99 19.2 51.26 -
YUV 122.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 112 114 190 0.41 0.40 0 0.25 238.46 0.38 0.59
Hex 70 72 BE 29 28 0 19 EE 26 3B
Octal 160 162 276 51 50 0 31 356 46 73
Binary 1110000 1110010 10111110 101001 101000 0 11001 11101110 100110 111011

Color Harmonies of #7072BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7072BE

Black with #7072BE

Text Example


Text Example

White with #7072BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7072BE; }

 p { color: rgb(112,114,190); }

 H1.HeaderClassName
 {
   color: #7072BE;
 }
 .AnyTagClassName
 {
   color: #7072BE;
 }
</style>

background-color css

<style>
 a { background-color: #7072BE; }

 a { background-color: rgb(112,114,190); }

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

border-color css

<style>
 span { border-color: #7072BE; }

 span { border-color: rgb(112,114,190); }

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