Html Css Color HEX #757AAB Chetwode Blue

📋 copy color: '#757AAB'

red 117 ◦ green 122 ◦ blue 171

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

Shades of Chetwode Blue #757AAB

Tints of Chetwode Blue #757AAB

RGB

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

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

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

R = 28.54%
G = 29.76%
B = 41.71%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757AAB (or 0x757AAB) is known color: Chetwode Blue. HEX triplet: 75, 7A and AB. RGB value is (117,122,171). Sum of RGB (Red+Green+Blue) = 117+122+171=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #757AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AAB is #8A8554. Grayscale: #7D7D7D. Windows color (decimal): -9078101 or 11238005. OLE color: 11238005.

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

Color convert

RGB 117 122 171 -
CMYK 0.32 0.29 0 0.33
HSL 234.44º 0.24% 0.56% -
HSV(B) 234.44º 0.32% 0.67% -
XYZ 21.65 20.64 41.37 -
YUV 126.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 117 122 171 0.32 0.29 0 0.33 234.44 0.24 0.56
Hex 75 7A AB 20 1D 0 21 EA 18 38
Octal 165 172 253 40 35 0 41 352 30 70
Binary 1110101 1111010 10101011 100000 11101 0 100001 11101010 11000 111000

Color Harmonies of #757AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AAB

Black with #757AAB

Text Example


Text Example

White with #757AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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