Html Css Color HEX #727FB9 Wild Blue Yonder

📋 copy color: '#727FB9'

red 114 ◦ green 127 ◦ blue 185

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

Shades of Wild Blue Yonder #727FB9

Tints of Wild Blue Yonder #727FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 29.81%

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 26.76%
G = 29.81%
B = 43.43%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727FB9 (or 0x727FB9) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and B9. RGB value is (114,127,185). Sum of RGB (Red+Green+Blue) = 114+127+185=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #727FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FB9 is #8D8046. Grayscale: #818181. Windows color (decimal): -9273415 or 12156786. OLE color: 12156786.

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

Color convert

RGB 114 127 185 -
CMYK 0.38 0.31 0 0.27
HSL 229.01º 0.34% 0.59% -
HSV(B) 229.01º 0.38% 0.73% -
XYZ 23.29 22.26 48.97 -
YUV 129.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 114 127 185 0.38 0.31 0 0.27 229.01 0.34 0.59
Hex 72 7F B9 26 1F 0 1B E5 22 3B
Octal 162 177 271 46 37 0 33 345 42 73
Binary 1110010 1111111 10111001 100110 11111 0 11011 11100101 100010 111011

Color Harmonies of #727FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FB9

Black with #727FB9

Text Example


Text Example

White with #727FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,185); }

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

background-color css

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

 a { background-color: rgb(114,127,185); }

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

border-color css

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

 span { border-color: rgb(114,127,185); }

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