Html Css Color HEX #7572AB Chetwode Blue

📋 copy color: '#7572AB'

red 117 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #7572AB

Tints of Chetwode Blue #7572AB

RGB

 RED value IS 117 (46.09% from 255) = 29.1%

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 29.1%
G = 28.36%
B = 42.54%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7572AB (or 0x7572AB) is known color: Chetwode Blue. HEX triplet: 75, 72 and AB. RGB value is (117,114,171). Sum of RGB (Red+Green+Blue) = 117+114+171=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7572AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7572AB is #8A8D54. Grayscale: #797979. Windows color (decimal): -9080149 or 11235957. OLE color: 11235957.

HSL color Cylindrical-coordinate representation of color #7572AB: hue angle of 243.16º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7572AB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 114 171 -
CMYK 0.32 0.33 0 0.33
HSL 243.16º 0.25% 0.56% -
HSV(B) 243.16º 0.33% 0.67% -
XYZ 20.7 18.76 41.06 -
YUV 121.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 117 114 171 0.32 0.33 0 0.33 243.16 0.25 0.56
Hex 75 72 AB 20 21 0 21 F3 19 38
Octal 165 162 253 40 41 0 41 363 31 70
Binary 1110101 1110010 10101011 100000 100001 0 100001 11110011 11001 111000

Color Harmonies of #7572AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7572AB

Black with #7572AB

Text Example


Text Example

White with #7572AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7572AB; }

 p { color: rgb(117,114,171); }

 H1.HeaderClassName
 {
   color: #7572AB;
 }
 .AnyTagClassName
 {
   color: #7572AB;
 }
</style>

background-color css

<style>
 a { background-color: #7572AB; }

 a { background-color: rgb(117,114,171); }

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

border-color css

<style>
 span { border-color: #7572AB; }

 span { border-color: rgb(117,114,171); }

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