Html Css Color HEX #7578AD Chetwode Blue

📋 copy color: '#7578AD'

red 117 ◦ green 120 ◦ blue 173

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

Shades of Chetwode Blue #7578AD

Tints of Chetwode Blue #7578AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 28.54%
G = 29.27%
B = 42.2%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7578AD (or 0x7578AD) is known color: Chetwode Blue. HEX triplet: 75, 78 and AD. RGB value is (117,120,173). Sum of RGB (Red+Green+Blue) = 117+120+173=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #7578AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7578AD is #8A8752. Grayscale: #7C7C7C. Windows color (decimal): -9078611 or 11368565. OLE color: 11368565.

HSL color Cylindrical-coordinate representation of color #7578AD: hue angle of 236.79º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7578AD is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 120 173 -
CMYK 0.32 0.31 0 0.32
HSL 236.79º 0.25% 0.57% -
HSV(B) 236.79º 0.32% 0.68% -
XYZ 21.6 20.23 42.3 -
YUV 125.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 117 120 173 0.32 0.31 0 0.32 236.79 0.25 0.57
Hex 75 78 AD 20 1F 0 20 ED 19 39
Octal 165 170 255 40 37 0 40 355 31 71
Binary 1110101 1111000 10101101 100000 11111 0 100000 11101101 11001 111001

Color Harmonies of #7578AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7578AD

Black with #7578AD

Text Example


Text Example

White with #7578AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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