Html Css Color HEX #727AC3 Chetwode Blue

📋 copy color: '#727AC3'

red 114 ◦ green 122 ◦ blue 195

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

Shades of Chetwode Blue #727AC3

Tints of Chetwode Blue #727AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 26.45%
G = 28.31%
B = 45.24%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#727AC3 (or 0x727AC3) is known color: Chetwode Blue. HEX triplet: 72, 7A and C3. RGB value is (114,122,195). Sum of RGB (Red+Green+Blue) = 114+122+195=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #727AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AC3 is #8D853C. Grayscale: #7F7F7F. Windows color (decimal): -9274685 or 12810866. OLE color: 12810866.

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

Color convert

RGB 114 122 195 -
CMYK 0.42 0.37 0 0.24
HSL 234.07º 0.4% 0.61% -
HSV(B) 234.07º 0.42% 0.76% -
XYZ 23.75 21.44 54.52 -
YUV 127.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 114 122 195 0.42 0.37 0 0.24 234.07 0.4 0.61
Hex 72 7A C3 2A 25 0 18 EA 28 3D
Octal 162 172 303 52 45 0 30 352 50 75
Binary 1110010 1111010 11000011 101010 100101 0 11000 11101010 101000 111101

Color Harmonies of #727AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AC3

Black with #727AC3

Text Example


Text Example

White with #727AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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