Html Css Color HEX #7375BA Chetwode Blue

📋 copy color: '#7375BA'

red 115 ◦ green 117 ◦ blue 186

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

Shades of Chetwode Blue #7375BA

Tints of Chetwode Blue #7375BA

RGB

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

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

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

R = 27.51%
G = 27.99%
B = 44.5%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7375BA (or 0x7375BA) is known color: Chetwode Blue. HEX triplet: 73, 75 and BA. RGB value is (115,117,186). Sum of RGB (Red+Green+Blue) = 115+117+186=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7375BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7375BA is #8C8A45. Grayscale: #7B7B7B. Windows color (decimal): -9210438 or 12219763. OLE color: 12219763.

HSL color Cylindrical-coordinate representation of color #7375BA: hue angle of 238.31º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7375BA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 117 186 -
CMYK 0.38 0.37 0 0.27
HSL 238.31º 0.34% 0.59% -
HSV(B) 238.31º 0.38% 0.73% -
XYZ 22.29 19.91 49.12 -
YUV 124.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 115 117 186 0.38 0.37 0 0.27 238.31 0.34 0.59
Hex 73 75 BA 26 25 0 1B EE 22 3B
Octal 163 165 272 46 45 0 33 356 42 73
Binary 1110011 1110101 10111010 100110 100101 0 11011 11101110 100010 111011

Color Harmonies of #7375BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375BA

Black with #7375BA

Text Example


Text Example

White with #7375BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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