Html Css Color HEX #7075BA Chetwode Blue

📋 copy color: '#7075BA'

red 112 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #7075BA

Tints of Chetwode Blue #7075BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 26.99%
G = 28.19%
B = 44.82%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7075BA (or 0x7075BA) is known color: Chetwode Blue. HEX triplet: 70, 75 and BA. RGB value is (112,117,186). Sum of RGB (Red+Green+Blue) = 112+117+186=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7075BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075BA is #8F8A45. Grayscale: #7B7B7B. Windows color (decimal): -9407046 or 12219760. OLE color: 12219760.

HSL color Cylindrical-coordinate representation of color #7075BA: hue angle of 235.95º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7075BA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 117 186 -
CMYK 0.40 0.37 0 0.27
HSL 235.95º 0.35% 0.58% -
HSV(B) 235.95º 0.4% 0.73% -
XYZ 21.91 19.71 49.1 -
YUV 123.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 112 117 186 0.40 0.37 0 0.27 235.95 0.35 0.58
Hex 70 75 BA 28 25 0 1B EC 23 3A
Octal 160 165 272 50 45 0 33 354 43 72
Binary 1110000 1110101 10111010 101000 100101 0 11011 11101100 100011 111010

Color Harmonies of #7075BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075BA

Black with #7075BA

Text Example


Text Example

White with #7075BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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