Html Css Color HEX #7370BA Chetwode Blue

📋 copy color: '#7370BA'

red 115 ◦ green 112 ◦ blue 186

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

Shades of Chetwode Blue #7370BA

Tints of Chetwode Blue #7370BA

RGB

 RED value IS 115 (45.31% from 255) = 27.85%

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 27.85%
G = 27.12%
B = 45.04%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7370BA (or 0x7370BA) is known color: Chetwode Blue. HEX triplet: 73, 70 and BA. RGB value is (115,112,186). Sum of RGB (Red+Green+Blue) = 115+112+186=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #7370BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7370BA is #8C8F45. Grayscale: #797979. Windows color (decimal): -9211718 or 12218483. OLE color: 12218483.

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

Color convert

RGB 115 112 186 -
CMYK 0.38 0.40 0 0.27
HSL 242.43º 0.35% 0.58% -
HSV(B) 242.43º 0.4% 0.73% -
XYZ 21.73 18.78 48.93 -
YUV 121.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 115 112 186 0.38 0.40 0 0.27 242.43 0.35 0.58
Hex 73 70 BA 26 28 0 1B F2 23 3A
Octal 163 160 272 46 50 0 33 362 43 72
Binary 1110011 1110000 10111010 100110 101000 0 11011 11110010 100011 111010

Color Harmonies of #7370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7370BA

Black with #7370BA

Text Example


Text Example

White with #7370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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