Html Css Color HEX #727ABB Chetwode Blue

📋 copy color: '#727ABB'

red 114 ◦ green 122 ◦ blue 187

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

Shades of Chetwode Blue #727ABB

Tints of Chetwode Blue #727ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 26.95%
G = 28.84%
B = 44.21%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727ABB (or 0x727ABB) is known color: Chetwode Blue. HEX triplet: 72, 7A and BB. RGB value is (114,122,187). Sum of RGB (Red+Green+Blue) = 114+122+187=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #727ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABB is #8D8544. Grayscale: #7E7E7E. Windows color (decimal): -9274693 or 12286578. OLE color: 12286578.

HSL color Cylindrical-coordinate representation of color #727ABB: hue angle of 233.42º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727ABB is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 122 187 -
CMYK 0.39 0.35 0 0.27
HSL 233.42º 0.35% 0.59% -
HSV(B) 233.42º 0.39% 0.73% -
XYZ 22.87 21.08 49.88 -
YUV 127.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 114 122 187 0.39 0.35 0 0.27 233.42 0.35 0.59
Hex 72 7A BB 27 23 0 1B E9 23 3B
Octal 162 172 273 47 43 0 33 351 43 73
Binary 1110010 1111010 10111011 100111 100011 0 11011 11101001 100011 111011

Color Harmonies of #727ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ABB

Black with #727ABB

Text Example


Text Example

White with #727ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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