Html Css Color HEX #7075AA Chetwode Blue

📋 copy color: '#7075AA'

red 112 ◦ green 117 ◦ blue 170

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

Shades of Chetwode Blue #7075AA

Tints of Chetwode Blue #7075AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.32%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 28.07%
G = 29.32%
B = 42.61%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7075AA (or 0x7075AA) is known color: Chetwode Blue. HEX triplet: 70, 75 and AA. RGB value is (112,117,170). Sum of RGB (Red+Green+Blue) = 112+117+170=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #7075AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7075AA is #8F8A55. Grayscale: #797979. Windows color (decimal): -9407062 or 11171184. OLE color: 11171184.

HSL color Cylindrical-coordinate representation of color #7075AA: hue angle of 234.83º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7075AA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 117 170 -
CMYK 0.34 0.31 0 0.33
HSL 234.83º 0.25% 0.55% -
HSV(B) 234.83º 0.34% 0.67% -
XYZ 20.3 19.07 40.64 -
YUV 121.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 112 117 170 0.34 0.31 0 0.33 234.83 0.25 0.55
Hex 70 75 AA 22 1F 0 21 EB 19 37
Octal 160 165 252 42 37 0 41 353 31 67
Binary 1110000 1110101 10101010 100010 11111 0 100001 11101011 11001 110111

Color Harmonies of #7075AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075AA

Black with #7075AA

Text Example


Text Example

White with #7075AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7075AA; }

 p { color: rgb(112,117,170); }

 H1.HeaderClassName
 {
   color: #7075AA;
 }
 .AnyTagClassName
 {
   color: #7075AA;
 }
</style>

background-color css

<style>
 a { background-color: #7075AA; }

 a { background-color: rgb(112,117,170); }

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

border-color css

<style>
 span { border-color: #7075AA; }

 span { border-color: rgb(112,117,170); }

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