#727BB1

Color #727BB1 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #727BB1

Tints of Chetwode Blue #727BB1

Color information

#727BB1 (or 0x727BB1) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7B and B1. RGB value is (114,123,177). Sum of RGB (Red+Green+Blue) = 114+123+177=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 177 - color contains mainly: blue. Hex color #727BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BB1 is #8D844E. Grayscale: #7E7E7E. Windows color (decimal): -9274447 or 11631474. OLE color: 11631474.

HSL color Cylindrical-coordinate representation of color #727BB1: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727BB1 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB114123177-
CMYK0.360.3100.31
HSL231.43º28.77%57.06%-
HSV(B)231.43º35.59%69.41%-
XYZ21.9620.9244.48-
YUV126.46156.52119.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 123 (48.44% from 255) = 29.71%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=27.54%
G=29.71%
B=42.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141231770.360.3100.31231.4328.7757.06
Hex727BB1241F01Fe71d39
Octal16217326144370373473571
Binary1110010111101110110001100100111110111111110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,123,177); }

 H1.HeaderClassName
 {
   color: #727BB1;
 }
 .AnyTagClassName
 {
   color: #727BB1;
 }
</style>
background-color css

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

 a { background-color: rgb(114,123,177); }

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

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

 span { border-color: rgb(114,123,177); }

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