Html Css Color HEX #7574AE Chetwode Blue

📋 copy color: '#7574AE'

red 117 ◦ green 116 ◦ blue 174

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

Shades of Chetwode Blue #7574AE

Tints of Chetwode Blue #7574AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 28.75%
G = 28.5%
B = 42.75%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7574AE (or 0x7574AE) is known color: Chetwode Blue. HEX triplet: 75, 74 and AE. RGB value is (117,116,174). Sum of RGB (Red+Green+Blue) = 117+116+174=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #7574AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7574AE is #8A8B51. Grayscale: #7A7A7A. Windows color (decimal): -9079634 or 11433077. OLE color: 11433077.

HSL color Cylindrical-coordinate representation of color #7574AE: hue angle of 241.03º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7574AE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 116 174 -
CMYK 0.33 0.33 0 0.32
HSL 241.03º 0.26% 0.57% -
HSV(B) 241.03º 0.33% 0.68% -
XYZ 21.22 19.33 42.66 -
YUV 122.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 117 116 174 0.33 0.33 0 0.32 241.03 0.26 0.57
Hex 75 74 AE 21 21 0 20 F1 1A 39
Octal 165 164 256 41 41 0 40 361 32 71
Binary 1110101 1110100 10101110 100001 100001 0 100000 11110001 11010 111001

Color Harmonies of #7574AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7574AE

Black with #7574AE

Text Example


Text Example

White with #7574AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7574AE; }

 p { color: rgb(117,116,174); }

 H1.HeaderClassName
 {
   color: #7574AE;
 }
 .AnyTagClassName
 {
   color: #7574AE;
 }
</style>

background-color css

<style>
 a { background-color: #7574AE; }

 a { background-color: rgb(117,116,174); }

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

border-color css

<style>
 span { border-color: #7574AE; }

 span { border-color: rgb(117,116,174); }

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