Html Css Color HEX #7175BC Chetwode Blue

📋 copy color: '#7175BC'

red 113 ◦ green 117 ◦ blue 188

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

Shades of Chetwode Blue #7175BC

Tints of Chetwode Blue #7175BC

RGB

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

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

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

R = 27.03%
G = 27.99%
B = 44.98%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7175BC (or 0x7175BC) is known color: Chetwode Blue. HEX triplet: 71, 75 and BC. RGB value is (113,117,188). Sum of RGB (Red+Green+Blue) = 113+117+188=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7175BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175BC is #8E8A43. Grayscale: #7B7B7B. Windows color (decimal): -9341508 or 12350833. OLE color: 12350833.

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

Color convert

RGB 113 117 188 -
CMYK 0.40 0.38 0 0.26
HSL 236.8º 0.36% 0.59% -
HSV(B) 236.8º 0.4% 0.74% -
XYZ 22.25 19.86 50.24 -
YUV 123.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 113 117 188 0.40 0.38 0 0.26 236.8 0.36 0.59
Hex 71 75 BC 28 26 0 1A ED 24 3B
Octal 161 165 274 50 46 0 32 355 44 73
Binary 1110001 1110101 10111100 101000 100110 0 11010 11101101 100100 111011

Color Harmonies of #7175BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7175BC

Black with #7175BC

Text Example


Text Example

White with #7175BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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