Html Css Color HEX #757AB9 Chetwode Blue

📋 copy color: '#757AB9'

red 117 ◦ green 122 ◦ blue 185

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

Shades of Chetwode Blue #757AB9

Tints of Chetwode Blue #757AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 27.59%
G = 28.77%
B = 43.63%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#757AB9 (or 0x757AB9) is known color: Chetwode Blue. HEX triplet: 75, 7A and B9. RGB value is (117,122,185). Sum of RGB (Red+Green+Blue) = 117+122+185=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #757AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757AB9 is #8A8546. Grayscale: #7F7F7F. Windows color (decimal): -9078087 or 12155509. OLE color: 12155509.

HSL color Cylindrical-coordinate representation of color #757AB9: hue angle of 235.59º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757AB9 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 122 185 -
CMYK 0.37 0.34 0 0.27
HSL 235.59º 0.33% 0.59% -
HSV(B) 235.59º 0.37% 0.73% -
XYZ 23.05 21.2 48.78 -
YUV 127.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 117 122 185 0.37 0.34 0 0.27 235.59 0.33 0.59
Hex 75 7A B9 25 22 0 1B EC 21 3B
Octal 165 172 271 45 42 0 33 354 41 73
Binary 1110101 1111010 10111001 100101 100010 0 11011 11101100 100001 111011

Color Harmonies of #757AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AB9

Black with #757AB9

Text Example


Text Example

White with #757AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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