Html Css Color HEX #727CB9 Wild Blue Yonder

📋 copy color: '#727CB9'

red 114 ◦ green 124 ◦ blue 185

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

Shades of Wild Blue Yonder #727CB9

Tints of Wild Blue Yonder #727CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 26.95%
G = 29.31%
B = 43.74%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727CB9 (or 0x727CB9) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and B9. RGB value is (114,124,185). Sum of RGB (Red+Green+Blue) = 114+124+185=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #727CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CB9 is #8D8346. Grayscale: #7F7F7F. Windows color (decimal): -9274183 or 12156018. OLE color: 12156018.

HSL color Cylindrical-coordinate representation of color #727CB9: hue angle of 231.55º 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 #727CB9 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 124 185 -
CMYK 0.38 0.33 0 0.27
HSL 231.55º 0.34% 0.59% -
HSV(B) 231.55º 0.38% 0.73% -
XYZ 22.9 21.5 48.84 -
YUV 127.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 114 124 185 0.38 0.33 0 0.27 231.55 0.34 0.59
Hex 72 7C B9 26 21 0 1B E8 22 3B
Octal 162 174 271 46 41 0 33 350 42 73
Binary 1110010 1111100 10111001 100110 100001 0 11011 11101000 100010 111011

Color Harmonies of #727CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CB9

Black with #727CB9

Text Example


Text Example

White with #727CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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