Html Css Color HEX #727BB4 Chetwode Blue

📋 copy color: '#727BB4'

red 114 ◦ green 123 ◦ blue 180

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

Shades of Chetwode Blue #727BB4

Tints of Chetwode Blue #727BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 27.34%
G = 29.5%
B = 43.17%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#727BB4 (or 0x727BB4) is known color: Chetwode Blue. HEX triplet: 72, 7B and B4. RGB value is (114,123,180). Sum of RGB (Red+Green+Blue) = 114+123+180=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #727BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BB4 is #8D844B. Grayscale: #7E7E7E. Windows color (decimal): -9274444 or 11828082. OLE color: 11828082.

HSL color Cylindrical-coordinate representation of color #727BB4: hue angle of 231.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #727BB4 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 123 180 -
CMYK 0.37 0.32 0 0.29
HSL 231.82º 0.31% 0.58% -
HSV(B) 231.82º 0.37% 0.71% -
XYZ 22.26 21.04 46.07 -
YUV 126.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 114 123 180 0.37 0.32 0 0.29 231.82 0.31 0.58
Hex 72 7B B4 25 20 0 1D E8 1F 3A
Octal 162 173 264 45 40 0 35 350 37 72
Binary 1110010 1111011 10110100 100101 100000 0 11101 11101000 11111 111010

Color Harmonies of #727BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BB4

Black with #727BB4

Text Example


Text Example

White with #727BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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