#727BC1

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

Shades of Chetwode Blue #727BC1

Tints of Chetwode Blue #727BC1

Color information

#727BC1 (or 0x727BC1) is unknown color: approx Chetwode Blue. HEX triplet: 72, 7B and C1. RGB value is (114,123,193). Sum of RGB (Red+Green+Blue) = 114+123+193=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #727BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BC1 is #8D843E. Grayscale: #7F7F7F. Windows color (decimal): -9274431 or 12680050. OLE color: 12680050.

HSL color Cylindrical-coordinate representation of color #727BC1: hue angle of 233.16º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727BC1 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB114123193-
CMYK0.410.3600.24
HSL233.16º38.92%60.2%-
HSV(B)233.16º40.93%75.69%-
XYZ23.6521.5953.37-
YUV128.29164.52117.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.51%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=26.51%
G=28.60%
B=44.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141231930.410.3600.24233.1638.9260.2
Hex727BC12924018e9273c
Octal16217330151440303514774
Binary111001011110111100000110100110010001100011101001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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