Html Css Color HEX #727ABE Chetwode Blue

📋 copy color: '#727ABE'

red 114 ◦ green 122 ◦ blue 190

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

Shades of Chetwode Blue #727ABE

Tints of Chetwode Blue #727ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 26.76%
G = 28.64%
B = 44.6%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#727ABE (or 0x727ABE) is known color: Chetwode Blue. HEX triplet: 72, 7A and BE. RGB value is (114,122,190). Sum of RGB (Red+Green+Blue) = 114+122+190=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #727ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABE is #8D8541. Grayscale: #7F7F7F. Windows color (decimal): -9274690 or 12483186. OLE color: 12483186.

HSL color Cylindrical-coordinate representation of color #727ABE: hue angle of 233.68º 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 #727ABE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 122 190 -
CMYK 0.40 0.36 0 0.25
HSL 233.68º 0.37% 0.6% -
HSV(B) 233.68º 0.4% 0.75% -
XYZ 23.19 21.21 51.59 -
YUV 127.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 114 122 190 0.40 0.36 0 0.25 233.68 0.37 0.6
Hex 72 7A BE 28 24 0 19 EA 25 3C
Octal 162 172 276 50 44 0 31 352 45 74
Binary 1110010 1111010 10111110 101000 100100 0 11001 11101010 100101 111100

Color Harmonies of #727ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ABE

Black with #727ABE

Text Example


Text Example

White with #727ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727ABE; }

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

 H1.HeaderClassName
 {
   color: #727ABE;
 }
 .AnyTagClassName
 {
   color: #727ABE;
 }
</style>

background-color css

<style>
 a { background-color: #727ABE; }

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

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

border-color css

<style>
 span { border-color: #727ABE; }

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

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