Html Css Color HEX #727ABC Chetwode Blue

📋 copy color: '#727ABC'

red 114 ◦ green 122 ◦ blue 188

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

Shades of Chetwode Blue #727ABC

Tints of Chetwode Blue #727ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 26.89%
G = 28.77%
B = 44.34%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727ABC (or 0x727ABC) is known color: Chetwode Blue. HEX triplet: 72, 7A and BC. RGB value is (114,122,188). Sum of RGB (Red+Green+Blue) = 114+122+188=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #727ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ABC is #8D8543. Grayscale: #7E7E7E. Windows color (decimal): -9274692 or 12352114. OLE color: 12352114.

HSL color Cylindrical-coordinate representation of color #727ABC: hue angle of 233.51º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727ABC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 122 188 -
CMYK 0.39 0.35 0 0.26
HSL 233.51º 0.36% 0.59% -
HSV(B) 233.51º 0.39% 0.74% -
XYZ 22.98 21.13 50.44 -
YUV 127.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 114 122 188 0.39 0.35 0 0.26 233.51 0.36 0.59
Hex 72 7A BC 27 23 0 1A EA 24 3B
Octal 162 172 274 47 43 0 32 352 44 73
Binary 1110010 1111010 10111100 100111 100011 0 11010 11101010 100100 111011

Color Harmonies of #727ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ABC

Black with #727ABC

Text Example


Text Example

White with #727ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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