Html Css Color HEX #7576BD Chetwode Blue

📋 copy color: '#7576BD'

red 117 ◦ green 118 ◦ blue 189

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

Shades of Chetwode Blue #7576BD

Tints of Chetwode Blue #7576BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 27.59%
G = 27.83%
B = 44.58%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7576BD (or 0x7576BD) is known color: Chetwode Blue. HEX triplet: 75, 76 and BD. RGB value is (117,118,189). Sum of RGB (Red+Green+Blue) = 117+118+189=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7576BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576BD is #8A8942. Grayscale: #7D7D7D. Windows color (decimal): -9079107 or 12416629. OLE color: 12416629.

HSL color Cylindrical-coordinate representation of color #7576BD: hue angle of 239.17º 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 #7576BD is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 118 189 -
CMYK 0.38 0.38 0 0.26
HSL 239.17º 0.35% 0.6% -
HSV(B) 239.17º 0.38% 0.74% -
XYZ 23 20.41 50.87 -
YUV 125.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 117 118 189 0.38 0.38 0 0.26 239.17 0.35 0.6
Hex 75 76 BD 26 26 0 1A EF 23 3C
Octal 165 166 275 46 46 0 32 357 43 74
Binary 1110101 1110110 10111101 100110 100110 0 11010 11101111 100011 111100

Color Harmonies of #7576BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7576BD

Black with #7576BD

Text Example


Text Example

White with #7576BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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