Html Css Color HEX #727AC0 Chetwode Blue

📋 copy color: '#727AC0'

red 114 ◦ green 122 ◦ blue 192

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

Shades of Chetwode Blue #727AC0

Tints of Chetwode Blue #727AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 26.64%
G = 28.5%
B = 44.86%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#727AC0 (or 0x727AC0) is known color: Chetwode Blue. HEX triplet: 72, 7A and C0. RGB value is (114,122,192). Sum of RGB (Red+Green+Blue) = 114+122+192=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #727AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AC0 is #8D853F. Grayscale: #7F7F7F. Windows color (decimal): -9274688 or 12614258. OLE color: 12614258.

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

Color convert

RGB 114 122 192 -
CMYK 0.41 0.36 0 0.25
HSL 233.85º 0.38% 0.6% -
HSV(B) 233.85º 0.41% 0.75% -
XYZ 23.41 21.3 52.75 -
YUV 127.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 114 122 192 0.41 0.36 0 0.25 233.85 0.38 0.6
Hex 72 7A C0 29 24 0 19 EA 26 3C
Octal 162 172 300 51 44 0 31 352 46 74
Binary 1110010 1111010 11000000 101001 100100 0 11001 11101010 100110 111100

Color Harmonies of #727AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AC0

Black with #727AC0

Text Example


Text Example

White with #727AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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