Html Css Color HEX #7178BC Chetwode Blue

📋 copy color: '#7178BC'

red 113 ◦ green 120 ◦ blue 188

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

Shades of Chetwode Blue #7178BC

Tints of Chetwode Blue #7178BC

RGB

 RED value IS 113 (44.53% from 255) = 26.84%

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

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

R = 26.84%
G = 28.5%
B = 44.66%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7178BC (or 0x7178BC) is known color: Chetwode Blue. HEX triplet: 71, 78 and BC. RGB value is (113,120,188). Sum of RGB (Red+Green+Blue) = 113+120+188=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #7178BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7178BC is #8E8743. Grayscale: #7D7D7D. Windows color (decimal): -9340740 or 12351601. OLE color: 12351601.

HSL color Cylindrical-coordinate representation of color #7178BC: hue angle of 234.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7178BC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 120 188 -
CMYK 0.40 0.36 0 0.26
HSL 234.4º 0.36% 0.59% -
HSV(B) 234.4º 0.4% 0.74% -
XYZ 22.6 20.57 50.36 -
YUV 125.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 113 120 188 0.40 0.36 0 0.26 234.4 0.36 0.59
Hex 71 78 BC 28 24 0 1A EA 24 3B
Octal 161 170 274 50 44 0 32 352 44 73
Binary 1110001 1111000 10111100 101000 100100 0 11010 11101010 100100 111011

Color Harmonies of #7178BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7178BC

Black with #7178BC

Text Example


Text Example

White with #7178BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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