Html Css Color HEX #727BBD Chetwode Blue

📋 copy color: '#727BBD'

red 114 ◦ green 123 ◦ blue 189

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

Shades of Chetwode Blue #727BBD

Tints of Chetwode Blue #727BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.87%

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 26.76%
G = 28.87%
B = 44.37%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727BBD (or 0x727BBD) is known color: Chetwode Blue. HEX triplet: 72, 7B and BD. RGB value is (114,123,189). Sum of RGB (Red+Green+Blue) = 114+123+189=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #727BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BBD is #8D8442. Grayscale: #7F7F7F. Windows color (decimal): -9274435 or 12417906. OLE color: 12417906.

HSL color Cylindrical-coordinate representation of color #727BBD: hue angle of 232.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727BBD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 123 189 -
CMYK 0.40 0.35 0 0.26
HSL 232.8º 0.36% 0.59% -
HSV(B) 232.8º 0.4% 0.74% -
XYZ 23.21 21.42 51.05 -
YUV 127.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 114 123 189 0.40 0.35 0 0.26 232.8 0.36 0.59
Hex 72 7B BD 28 23 0 1A E9 24 3B
Octal 162 173 275 50 43 0 32 351 44 73
Binary 1110010 1111011 10111101 101000 100011 0 11010 11101001 100100 111011

Color Harmonies of #727BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BBD

Black with #727BBD

Text Example


Text Example

White with #727BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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