Html Css Color HEX #727AB3 Chetwode Blue

📋 copy color: '#727AB3'

red 114 ◦ green 122 ◦ blue 179

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

Shades of Chetwode Blue #727AB3

Tints of Chetwode Blue #727AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.13%

R = 27.47%
G = 29.4%
B = 43.13%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#727AB3 (or 0x727AB3) is known color: Chetwode Blue. HEX triplet: 72, 7A and B3. RGB value is (114,122,179). Sum of RGB (Red+Green+Blue) = 114+122+179=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #727AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AB3 is #8D854C. Grayscale: #7D7D7D. Windows color (decimal): -9274701 or 11762290. OLE color: 11762290.

HSL color Cylindrical-coordinate representation of color #727AB3: hue angle of 232.62º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727AB3 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 122 179 -
CMYK 0.36 0.32 0 0.30
HSL 232.62º 0.3% 0.57% -
HSV(B) 232.62º 0.36% 0.7% -
XYZ 22.04 20.75 45.49 -
YUV 126.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 114 122 179 0.36 0.32 0 0.30 232.62 0.3 0.57
Hex 72 7A B3 24 20 0 1E E9 1E 39
Octal 162 172 263 44 40 0 36 351 36 71
Binary 1110010 1111010 10110011 100100 100000 0 11110 11101001 11110 111001

Color Harmonies of #727AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AB3

Black with #727AB3

Text Example


Text Example

White with #727AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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