Html Css Color HEX #727AC8 Chetwode Blue

📋 copy color: '#727AC8'

red 114 ◦ green 122 ◦ blue 200

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

Shades of Chetwode Blue #727AC8

Tints of Chetwode Blue #727AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 26.15%
G = 27.98%
B = 45.87%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#727AC8 (or 0x727AC8) is known color: Chetwode Blue. HEX triplet: 72, 7A and C8. RGB value is (114,122,200). Sum of RGB (Red+Green+Blue) = 114+122+200=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #727AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AC8 is #8D8537. Grayscale: #808080. Windows color (decimal): -9274680 or 13138546. OLE color: 13138546.

HSL color Cylindrical-coordinate representation of color #727AC8: hue angle of 234.42º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #727AC8 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 122 200 -
CMYK 0.43 0.39 0 0.22
HSL 234.42º 0.44% 0.62% -
HSV(B) 234.42º 0.43% 0.78% -
XYZ 24.32 21.67 57.54 -
YUV 128.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 114 122 200 0.43 0.39 0 0.22 234.42 0.44 0.62
Hex 72 7A C8 2B 27 0 16 EA 2C 3E
Octal 162 172 310 53 47 0 26 352 54 76
Binary 1110010 1111010 11001000 101011 100111 0 10110 11101010 101100 111110

Color Harmonies of #727AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AC8

Black with #727AC8

Text Example


Text Example

White with #727AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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