Html Css Color HEX #7578BC Chetwode Blue

📋 copy color: '#7578BC'

red 117 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #7578BC

Tints of Chetwode Blue #7578BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

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

R = 27.53%
G = 28.24%
B = 44.24%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7578BC (or 0x7578BC) is known color: Chetwode Blue. HEX triplet: 75, 78 and BC. RGB value is (117,120,188). Sum of RGB (Red+Green+Blue) = 117+120+188=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #7578BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7578BC is #8A8743. Grayscale: #7E7E7E. Windows color (decimal): -9078596 or 12351605. OLE color: 12351605.

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

Color convert

RGB 117 120 188 -
CMYK 0.38 0.36 0 0.26
HSL 237.46º 0.35% 0.6% -
HSV(B) 237.46º 0.38% 0.74% -
XYZ 23.13 20.85 50.38 -
YUV 126.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 117 120 188 0.38 0.36 0 0.26 237.46 0.35 0.6
Hex 75 78 BC 26 24 0 1A ED 23 3C
Octal 165 170 274 46 44 0 32 355 43 74
Binary 1110101 1111000 10111100 100110 100100 0 11010 11101101 100011 111100

Color Harmonies of #7578BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578BC

Black with #7578BC

Text Example


Text Example

White with #7578BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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