Html Css Color HEX #757AAA Chetwode Blue

📋 copy color: '#757AAA'

red 117 ◦ green 122 ◦ blue 170

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

Shades of Chetwode Blue #757AAA

Tints of Chetwode Blue #757AAA

RGB

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

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

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

R = 28.61%
G = 29.83%
B = 41.56%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757AAA (or 0x757AAA) is known color: Chetwode Blue. HEX triplet: 75, 7A and AA. RGB value is (117,122,170). Sum of RGB (Red+Green+Blue) = 117+122+170=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #757AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AAA is #8A8555. Grayscale: #7D7D7D. Windows color (decimal): -9078102 or 11172469. OLE color: 11172469.

HSL color Cylindrical-coordinate representation of color #757AAA: hue angle of 234.34º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757AAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 122 170 -
CMYK 0.31 0.28 0 0.33
HSL 234.34º 0.24% 0.56% -
HSV(B) 234.34º 0.31% 0.67% -
XYZ 21.55 20.6 40.87 -
YUV 125.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 117 122 170 0.31 0.28 0 0.33 234.34 0.24 0.56
Hex 75 7A AA 1F 1C 0 21 EA 18 38
Octal 165 172 252 37 34 0 41 352 30 70
Binary 1110101 1111010 10101010 11111 11100 0 100001 11101010 11000 111000

Color Harmonies of #757AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AAA

Black with #757AAA

Text Example


Text Example

White with #757AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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