Html Css Color HEX #7075BC Chetwode Blue

📋 copy color: '#7075BC'

red 112 ◦ green 117 ◦ blue 188

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

Shades of Chetwode Blue #7075BC

Tints of Chetwode Blue #7075BC

RGB

 RED value IS 112 (44.14% from 255) = 26.86%

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

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

R = 26.86%
G = 28.06%
B = 45.08%

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

#7075BC (or 0x7075BC) is known color: Chetwode Blue. HEX triplet: 70, 75 and BC. RGB value is (112,117,188). Sum of RGB (Red+Green+Blue) = 112+117+188=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7075BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075BC is #8F8A43. Grayscale: #7B7B7B. Windows color (decimal): -9407044 or 12350832. OLE color: 12350832.

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

Color convert

RGB 112 117 188 -
CMYK 0.40 0.38 0 0.26
HSL 236.05º 0.36% 0.59% -
HSV(B) 236.05º 0.4% 0.74% -
XYZ 22.12 19.8 50.23 -
YUV 123.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 112 117 188 0.40 0.38 0 0.26 236.05 0.36 0.59
Hex 70 75 BC 28 26 0 1A EC 24 3B
Octal 160 165 274 50 46 0 32 354 44 73
Binary 1110000 1110101 10111100 101000 100110 0 11010 11101100 100100 111011

Color Harmonies of #7075BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075BC

Black with #7075BC

Text Example


Text Example

White with #7075BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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