Html Css Color HEX #727BBF Chetwode Blue

📋 copy color: '#727BBF'

red 114 ◦ green 123 ◦ blue 191

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

Shades of Chetwode Blue #727BBF

Tints of Chetwode Blue #727BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.63%

R = 26.64%
G = 28.74%
B = 44.63%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#727BBF (or 0x727BBF) is known color: Chetwode Blue. HEX triplet: 72, 7B and BF. RGB value is (114,123,191). Sum of RGB (Red+Green+Blue) = 114+123+191=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #727BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BBF is #8D8440. Grayscale: #7F7F7F. Windows color (decimal): -9274433 or 12548978. OLE color: 12548978.

HSL color Cylindrical-coordinate representation of color #727BBF: hue angle of 232.99º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727BBF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 123 191 -
CMYK 0.40 0.36 0 0.25
HSL 232.99º 0.38% 0.6% -
HSV(B) 232.99º 0.4% 0.75% -
XYZ 23.43 21.5 52.21 -
YUV 128.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 114 123 191 0.40 0.36 0 0.25 232.99 0.38 0.6
Hex 72 7B BF 28 24 0 19 E9 26 3C
Octal 162 173 277 50 44 0 31 351 46 74
Binary 1110010 1111011 10111111 101000 100100 0 11001 11101001 100110 111100

Color Harmonies of #727BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BBF

Black with #727BBF

Text Example


Text Example

White with #727BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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