Html Css Color HEX #757AAE Chetwode Blue

📋 copy color: '#757AAE'

red 117 ◦ green 122 ◦ blue 174

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

Shades of Chetwode Blue #757AAE

Tints of Chetwode Blue #757AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.54%

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

R = 28.33%
G = 29.54%
B = 42.13%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#757AAE (or 0x757AAE) is known color: Chetwode Blue. HEX triplet: 75, 7A and AE. RGB value is (117,122,174). Sum of RGB (Red+Green+Blue) = 117+122+174=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #757AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AAE is #8A8551. Grayscale: #7E7E7E. Windows color (decimal): -9078098 or 11434613. OLE color: 11434613.

HSL color Cylindrical-coordinate representation of color #757AAE: hue angle of 234.74º 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 #757AAE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 122 174 -
CMYK 0.33 0.30 0 0.32
HSL 234.74º 0.26% 0.57% -
HSV(B) 234.74º 0.33% 0.68% -
XYZ 21.94 20.76 42.89 -
YUV 126.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 117 122 174 0.33 0.30 0 0.32 234.74 0.26 0.57
Hex 75 7A AE 21 1E 0 20 EB 1A 39
Octal 165 172 256 41 36 0 40 353 32 71
Binary 1110101 1111010 10101110 100001 11110 0 100000 11101011 11010 111001

Color Harmonies of #757AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AAE

Black with #757AAE

Text Example


Text Example

White with #757AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757AAE; }

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

 H1.HeaderClassName
 {
   color: #757AAE;
 }
 .AnyTagClassName
 {
   color: #757AAE;
 }
</style>

background-color css

<style>
 a { background-color: #757AAE; }

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

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

border-color css

<style>
 span { border-color: #757AAE; }

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

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