Html Css Color HEX #757AB1 Chetwode Blue

📋 copy color: '#757AB1'

red 117 ◦ green 122 ◦ blue 177

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

Shades of Chetwode Blue #757AB1

Tints of Chetwode Blue #757AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 28.13%
G = 29.33%
B = 42.55%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#757AB1 (or 0x757AB1) is known color: Chetwode Blue. HEX triplet: 75, 7A and B1. RGB value is (117,122,177). Sum of RGB (Red+Green+Blue) = 117+122+177=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 177 - color contains mainly: blue. Hex color #757AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AB1 is #8A854E. Grayscale: #7E7E7E. Windows color (decimal): -9078095 or 11631221. OLE color: 11631221.

HSL color Cylindrical-coordinate representation of color #757AB1: hue angle of 235º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757AB1 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 122 177 -
CMYK 0.34 0.31 0 0.31
HSL 235º 0.28% 0.58% -
HSV(B) 235º 0.34% 0.69% -
XYZ 22.23 20.88 44.45 -
YUV 126.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 117 122 177 0.34 0.31 0 0.31 235 0.28 0.58
Hex 75 7A B1 22 1F 0 1F EB 1C 3A
Octal 165 172 261 42 37 0 37 353 34 72
Binary 1110101 1111010 10110001 100010 11111 0 11111 11101011 11100 111010

Color Harmonies of #757AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AB1

Black with #757AB1

Text Example


Text Example

White with #757AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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