Html Css Color HEX #727ABF Chetwode Blue

📋 copy color: '#727ABF'

red 114 ◦ green 122 ◦ blue 191

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

Shades of Chetwode Blue #727ABF

Tints of Chetwode Blue #727ABF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

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

R = 26.7%
G = 28.57%
B = 44.73%

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

#727ABF (or 0x727ABF) is known color: Chetwode Blue. HEX triplet: 72, 7A and BF. RGB value is (114,122,191). Sum of RGB (Red+Green+Blue) = 114+122+191=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #727ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABF is #8D8540. Grayscale: #7F7F7F. Windows color (decimal): -9274689 or 12548722. OLE color: 12548722.

HSL color Cylindrical-coordinate representation of color #727ABF: hue angle of 233.77º 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 #727ABF is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 122 191 -
CMYK 0.40 0.36 0 0.25
HSL 233.77º 0.38% 0.6% -
HSV(B) 233.77º 0.4% 0.75% -
XYZ 23.3 21.26 52.17 -
YUV 127.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 114 122 191 0.40 0.36 0 0.25 233.77 0.38 0.6
Hex 72 7A BF 28 24 0 19 EA 26 3C
Octal 162 172 277 50 44 0 31 352 46 74
Binary 1110010 1111010 10111111 101000 100100 0 11001 11101010 100110 111100

Color Harmonies of #727ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ABF

Black with #727ABF

Text Example


Text Example

White with #727ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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