Html Css Color HEX #7576BC Chetwode Blue

📋 copy color: '#7576BC'

red 117 ◦ green 118 ◦ blue 188

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

Shades of Chetwode Blue #7576BC

Tints of Chetwode Blue #7576BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 27.66%
G = 27.9%
B = 44.44%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7576BC (or 0x7576BC) is known color: Chetwode Blue. HEX triplet: 75, 76 and BC. RGB value is (117,118,188). Sum of RGB (Red+Green+Blue) = 117+118+188=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #7576BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576BC is #8A8943. Grayscale: #7D7D7D. Windows color (decimal): -9079108 or 12351093. OLE color: 12351093.

HSL color Cylindrical-coordinate representation of color #7576BC: hue angle of 239.15º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7576BC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 118 188 -
CMYK 0.38 0.37 0 0.26
HSL 239.15º 0.35% 0.6% -
HSV(B) 239.15º 0.38% 0.74% -
XYZ 22.89 20.37 50.3 -
YUV 125.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 117 118 188 0.38 0.37 0 0.26 239.15 0.35 0.6
Hex 75 76 BC 26 25 0 1A EF 23 3C
Octal 165 166 274 46 45 0 32 357 43 74
Binary 1110101 1110110 10111100 100110 100101 0 11010 11101111 100011 111100

Color Harmonies of #7576BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7576BC

Black with #7576BC

Text Example


Text Example

White with #7576BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7576BC; }

 p { color: rgb(117,118,188); }

 H1.HeaderClassName
 {
   color: #7576BC;
 }
 .AnyTagClassName
 {
   color: #7576BC;
 }
</style>

background-color css

<style>
 a { background-color: #7576BC; }

 a { background-color: rgb(117,118,188); }

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

border-color css

<style>
 span { border-color: #7576BC; }

 span { border-color: rgb(117,118,188); }

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