Html Css Color HEX #727DB9 Wild Blue Yonder

📋 copy color: '#727DB9'

red 114 ◦ green 125 ◦ blue 185

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

Shades of Wild Blue Yonder #727DB9

Tints of Wild Blue Yonder #727DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 26.89%
G = 29.48%
B = 43.63%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727DB9 (or 0x727DB9) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and B9. RGB value is (114,125,185). Sum of RGB (Red+Green+Blue) = 114+125+185=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #727DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DB9 is #8D8246. Grayscale: #808080. Windows color (decimal): -9273927 or 12156274. OLE color: 12156274.

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

Color convert

RGB 114 125 185 -
CMYK 0.38 0.32 0 0.27
HSL 230.7º 0.34% 0.59% -
HSV(B) 230.7º 0.38% 0.73% -
XYZ 23.03 21.75 48.88 -
YUV 128.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 114 125 185 0.38 0.32 0 0.27 230.7 0.34 0.59
Hex 72 7D B9 26 20 0 1B E7 22 3B
Octal 162 175 271 46 40 0 33 347 42 73
Binary 1110010 1111101 10111001 100110 100000 0 11011 11100111 100010 111011

Color Harmonies of #727DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DB9

Black with #727DB9

Text Example


Text Example

White with #727DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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