Html Css Color HEX #727AC6 Chetwode Blue

📋 copy color: '#727AC6'

red 114 ◦ green 122 ◦ blue 198

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

Shades of Chetwode Blue #727AC6

Tints of Chetwode Blue #727AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 26.27%
G = 28.11%
B = 45.62%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#727AC6 (or 0x727AC6) is known color: Chetwode Blue. HEX triplet: 72, 7A and C6. RGB value is (114,122,198). Sum of RGB (Red+Green+Blue) = 114+122+198=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #727AC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AC6 is #8D8539. Grayscale: #7F7F7F. Windows color (decimal): -9274682 or 13007474. OLE color: 13007474.

HSL color Cylindrical-coordinate representation of color #727AC6: hue angle of 234.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #727AC6 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 122 198 -
CMYK 0.42 0.38 0 0.22
HSL 234.29º 0.42% 0.61% -
HSV(B) 234.29º 0.42% 0.78% -
XYZ 24.09 21.57 56.32 -
YUV 128.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 114 122 198 0.42 0.38 0 0.22 234.29 0.42 0.61
Hex 72 7A C6 2A 26 0 16 EA 2A 3D
Octal 162 172 306 52 46 0 26 352 52 75
Binary 1110010 1111010 11000110 101010 100110 0 10110 11101010 101010 111101

Color Harmonies of #727AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AC6

Black with #727AC6

Text Example


Text Example

White with #727AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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