Html Css Color HEX #7275BE Chetwode Blue

📋 copy color: '#7275BE'

red 114 ◦ green 117 ◦ blue 190

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

Shades of Chetwode Blue #7275BE

Tints of Chetwode Blue #7275BE

RGB

 RED value IS 114 (44.92% from 255) = 27.08%

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

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 27.08%
G = 27.79%
B = 45.13%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7275BE (or 0x7275BE) is known color: Chetwode Blue. HEX triplet: 72, 75 and BE. RGB value is (114,117,190). Sum of RGB (Red+Green+Blue) = 114+117+190=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #7275BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7275BE is #8D8A41. Grayscale: #7C7C7C. Windows color (decimal): -9275970 or 12481906. OLE color: 12481906.

HSL color Cylindrical-coordinate representation of color #7275BE: hue angle of 237.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7275BE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 117 190 -
CMYK 0.40 0.38 0 0.25
HSL 237.63º 0.37% 0.6% -
HSV(B) 237.63º 0.4% 0.75% -
XYZ 22.59 20.02 51.39 -
YUV 124.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 114 117 190 0.40 0.38 0 0.25 237.63 0.37 0.6
Hex 72 75 BE 28 26 0 19 EE 25 3C
Octal 162 165 276 50 46 0 31 356 45 74
Binary 1110010 1110101 10111110 101000 100110 0 11001 11101110 100101 111100

Color Harmonies of #7275BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7275BE

Black with #7275BE

Text Example


Text Example

White with #7275BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7275BE; }

 p { color: rgb(114,117,190); }

 H1.HeaderClassName
 {
   color: #7275BE;
 }
 .AnyTagClassName
 {
   color: #7275BE;
 }
</style>

background-color css

<style>
 a { background-color: #7275BE; }

 a { background-color: rgb(114,117,190); }

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

border-color css

<style>
 span { border-color: #7275BE; }

 span { border-color: rgb(114,117,190); }

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