Html Css Color HEX #757BB1 Chetwode Blue

📋 copy color: '#757BB1'

red 117 ◦ green 123 ◦ blue 177

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

Shades of Chetwode Blue #757BB1

Tints of Chetwode Blue #757BB1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

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

R = 28.06%
G = 29.5%
B = 42.45%

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

#757BB1 (or 0x757BB1) is known color: Chetwode Blue. HEX triplet: 75, 7B and B1. RGB value is (117,123,177). Sum of RGB (Red+Green+Blue) = 117+123+177=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #757BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BB1 is #8A844E. Grayscale: #7F7F7F. Windows color (decimal): -9077839 or 11631477. OLE color: 11631477.

HSL color Cylindrical-coordinate representation of color #757BB1: hue angle of 234º 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 #757BB1 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 123 177 -
CMYK 0.34 0.31 0 0.31
HSL 234º 0.28% 0.58% -
HSV(B) 234º 0.34% 0.69% -
XYZ 22.35 21.12 44.49 -
YUV 127.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 117 123 177 0.34 0.31 0 0.31 234 0.28 0.58
Hex 75 7B B1 22 1F 0 1F EA 1C 3A
Octal 165 173 261 42 37 0 37 352 34 72
Binary 1110101 1111011 10110001 100010 11111 0 11111 11101010 11100 111010

Color Harmonies of #757BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BB1

Black with #757BB1

Text Example


Text Example

White with #757BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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