Html Css Color HEX #727AC2 Chetwode Blue

📋 copy color: '#727AC2'

red 114 ◦ green 122 ◦ blue 194

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

Shades of Chetwode Blue #727AC2

Tints of Chetwode Blue #727AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 26.51%
G = 28.37%
B = 45.12%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#727AC2 (or 0x727AC2) is known color: Chetwode Blue. HEX triplet: 72, 7A and C2. RGB value is (114,122,194). Sum of RGB (Red+Green+Blue) = 114+122+194=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #727AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AC2 is #8D853D. Grayscale: #7F7F7F. Windows color (decimal): -9274686 or 12745330. OLE color: 12745330.

HSL color Cylindrical-coordinate representation of color #727AC2: hue angle of 234º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727AC2 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 122 194 -
CMYK 0.41 0.37 0 0.24
HSL 234º 0.4% 0.6% -
HSV(B) 234º 0.41% 0.76% -
XYZ 23.64 21.39 53.92 -
YUV 127.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 114 122 194 0.41 0.37 0 0.24 234 0.4 0.6
Hex 72 7A C2 29 25 0 18 EA 28 3C
Octal 162 172 302 51 45 0 30 352 50 74
Binary 1110010 1111010 11000010 101001 100101 0 11000 11101010 101000 111100

Color Harmonies of #727AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AC2

Black with #727AC2

Text Example


Text Example

White with #727AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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