Html Css Color HEX #727BB1 Chetwode Blue

📋 copy color: '#727BB1'

red 114 ◦ green 123 ◦ blue 177

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

Shades of Chetwode Blue #727BB1

Tints of Chetwode Blue #727BB1

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 value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#727BB1 (or 0x727BB1) is known color: 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

RGB 114 123 177 -
CMYK 0.36 0.31 0 0.31
HSL 231.43º 0.29% 0.57% -
HSV(B) 231.43º 0.36% 0.69% -
XYZ 21.96 20.92 44.48 -
YUV 126.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 114 123 177 0.36 0.31 0 0.31 231.43 0.29 0.57
Hex 72 7B B1 24 1F 0 1F E7 1D 39
Octal 162 173 261 44 37 0 37 347 35 71
Binary 1110010 1111011 10110001 100100 11111 0 11111 11100111 11101 111001

Color Harmonies of #727BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BB1

Black with #727BB1

Text Example


Text Example

White with #727BB1

Text Example


Text Example

HTML Codes & Css Web 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>