Html Css Color HEX #7270BE Chetwode Blue

📋 copy color: '#7270BE'

red 114 ◦ green 112 ◦ blue 190

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

Shades of Chetwode Blue #7270BE

Tints of Chetwode Blue #7270BE

RGB

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

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

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

R = 27.4%
G = 26.92%
B = 45.67%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7270BE (or 0x7270BE) is known color: Chetwode Blue. HEX triplet: 72, 70 and BE. RGB value is (114,112,190). Sum of RGB (Red+Green+Blue) = 114+112+190=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #7270BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270BE is #8D8F41. Grayscale: #797979. Windows color (decimal): -9277250 or 12480626. OLE color: 12480626.

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

Color convert

RGB 114 112 190 -
CMYK 0.40 0.41 0 0.25
HSL 241.54º 0.38% 0.59% -
HSV(B) 241.54º 0.41% 0.75% -
XYZ 22.03 18.88 51.2 -
YUV 121.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 114 112 190 0.40 0.41 0 0.25 241.54 0.38 0.59
Hex 72 70 BE 28 29 0 19 F2 26 3B
Octal 162 160 276 50 51 0 31 362 46 73
Binary 1110010 1110000 10111110 101000 101001 0 11001 11110010 100110 111011

Color Harmonies of #7270BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7270BE

Black with #7270BE

Text Example


Text Example

White with #7270BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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