Html Css Color HEX #7577BA Chetwode Blue

📋 copy color: '#7577BA'

red 117 ◦ green 119 ◦ blue 186

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

Shades of Chetwode Blue #7577BA

Tints of Chetwode Blue #7577BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 27.73%
G = 28.2%
B = 44.08%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7577BA (or 0x7577BA) is known color: Chetwode Blue. HEX triplet: 75, 77 and BA. RGB value is (117,119,186). Sum of RGB (Red+Green+Blue) = 117+119+186=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7577BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7577BA is #8A8845. Grayscale: #7D7D7D. Windows color (decimal): -9078854 or 12220277. OLE color: 12220277.

HSL color Cylindrical-coordinate representation of color #7577BA: hue angle of 238.26º 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 #7577BA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 119 186 -
CMYK 0.37 0.36 0 0.27
HSL 238.26º 0.33% 0.59% -
HSV(B) 238.26º 0.37% 0.73% -
XYZ 22.8 20.52 49.21 -
YUV 126.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 117 119 186 0.37 0.36 0 0.27 238.26 0.33 0.59
Hex 75 77 BA 25 24 0 1B EE 21 3B
Octal 165 167 272 45 44 0 33 356 41 73
Binary 1110101 1110111 10111010 100101 100100 0 11011 11101110 100001 111011

Color Harmonies of #7577BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7577BA

Black with #7577BA

Text Example


Text Example

White with #7577BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7577BA; }

 p { color: rgb(117,119,186); }

 H1.HeaderClassName
 {
   color: #7577BA;
 }
 .AnyTagClassName
 {
   color: #7577BA;
 }
</style>

background-color css

<style>
 a { background-color: #7577BA; }

 a { background-color: rgb(117,119,186); }

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

border-color css

<style>
 span { border-color: #7577BA; }

 span { border-color: rgb(117,119,186); }

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