Html Css Color HEX #7175BF Chetwode Blue

📋 copy color: '#7175BF'

red 113 ◦ green 117 ◦ blue 191

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

Shades of Chetwode Blue #7175BF

Tints of Chetwode Blue #7175BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 26.84%
G = 27.79%
B = 45.37%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7175BF (or 0x7175BF) is known color: Chetwode Blue. HEX triplet: 71, 75 and BF. RGB value is (113,117,191). Sum of RGB (Red+Green+Blue) = 113+117+191=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #7175BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7175BF is #8E8A40. Grayscale: #7B7B7B. Windows color (decimal): -9341505 or 12547441. OLE color: 12547441.

HSL color Cylindrical-coordinate representation of color #7175BF: hue angle of 236.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7175BF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 117 191 -
CMYK 0.41 0.39 0 0.25
HSL 236.92º 0.38% 0.6% -
HSV(B) 236.92º 0.41% 0.75% -
XYZ 22.58 19.99 51.96 -
YUV 124.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 113 117 191 0.41 0.39 0 0.25 236.92 0.38 0.6
Hex 71 75 BF 29 27 0 19 ED 26 3C
Octal 161 165 277 51 47 0 31 355 46 74
Binary 1110001 1110101 10111111 101001 100111 0 11001 11101101 100110 111100

Color Harmonies of #7175BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7175BF

Black with #7175BF

Text Example


Text Example

White with #7175BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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