Html Css Color HEX #727BBA Chetwode Blue

📋 copy color: '#727BBA'

red 114 ◦ green 123 ◦ blue 186

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

Shades of Chetwode Blue #727BBA

Tints of Chetwode Blue #727BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 26.95%
G = 29.08%
B = 43.97%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727BBA (or 0x727BBA) is known color: Chetwode Blue. HEX triplet: 72, 7B and BA. RGB value is (114,123,186). Sum of RGB (Red+Green+Blue) = 114+123+186=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #727BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BBA is #8D8445. Grayscale: #7F7F7F. Windows color (decimal): -9274438 or 12221298. OLE color: 12221298.

HSL color Cylindrical-coordinate representation of color #727BBA: hue angle of 232.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727BBA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 123 186 -
CMYK 0.39 0.34 0 0.27
HSL 232.5º 0.34% 0.59% -
HSV(B) 232.5º 0.39% 0.73% -
XYZ 22.89 21.29 49.36 -
YUV 127.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 114 123 186 0.39 0.34 0 0.27 232.5 0.34 0.59
Hex 72 7B BA 27 22 0 1B E8 22 3B
Octal 162 173 272 47 42 0 33 350 42 73
Binary 1110010 1111011 10111010 100111 100010 0 11011 11101000 100010 111011

Color Harmonies of #727BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BBA

Black with #727BBA

Text Example


Text Example

White with #727BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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