Html Css Color HEX #7875AC Chetwode Blue

📋 copy color: '#7875AC'

red 120 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #7875AC

Tints of Chetwode Blue #7875AC

RGB

 RED value IS 120 (47.27% from 255) = 29.34%

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 29.34%
G = 28.61%
B = 42.05%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7875AC (or 0x7875AC) is known color: Chetwode Blue. HEX triplet: 78, 75 and AC. RGB value is (120,117,172). Sum of RGB (Red+Green+Blue) = 120+117+172=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7875AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7875AC is #878A53. Grayscale: #7B7B7B. Windows color (decimal): -8882772 or 11302264. OLE color: 11302264.

HSL color Cylindrical-coordinate representation of color #7875AC: hue angle of 243.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7875AC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 117 172 -
CMYK 0.30 0.32 0 0.33
HSL 243.27º 0.25% 0.57% -
HSV(B) 243.27º 0.32% 0.67% -
XYZ 21.55 19.69 41.7 -
YUV 124.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 120 117 172 0.30 0.32 0 0.33 243.27 0.25 0.57
Hex 78 75 AC 1E 20 0 21 F3 19 39
Octal 170 165 254 36 40 0 41 363 31 71
Binary 1111000 1110101 10101100 11110 100000 0 100001 11110011 11001 111001

Color Harmonies of #7875AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7875AC

Black with #7875AC

Text Example


Text Example

White with #7875AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7875AC; }

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

 H1.HeaderClassName
 {
   color: #7875AC;
 }
 .AnyTagClassName
 {
   color: #7875AC;
 }
</style>

background-color css

<style>
 a { background-color: #7875AC; }

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

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

border-color css

<style>
 span { border-color: #7875AC; }

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

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