Html Css Color HEX #727DBA Wild Blue Yonder

📋 copy color: '#727DBA'

red 114 ◦ green 125 ◦ blue 186

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

Shades of Wild Blue Yonder #727DBA

Tints of Wild Blue Yonder #727DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 26.82%
G = 29.41%
B = 43.76%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727DBA (or 0x727DBA) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and BA. RGB value is (114,125,186). Sum of RGB (Red+Green+Blue) = 114+125+186=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #727DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DBA is #8D8245. Grayscale: #808080. Windows color (decimal): -9273926 or 12221810. OLE color: 12221810.

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

Color convert

RGB 114 125 186 -
CMYK 0.39 0.33 0 0.27
HSL 230.83º 0.34% 0.59% -
HSV(B) 230.83º 0.39% 0.73% -
XYZ 23.14 21.79 49.44 -
YUV 128.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 114 125 186 0.39 0.33 0 0.27 230.83 0.34 0.59
Hex 72 7D BA 27 21 0 1B E7 22 3B
Octal 162 175 272 47 41 0 33 347 42 73
Binary 1110010 1111101 10111010 100111 100001 0 11011 11100111 100010 111011

Color Harmonies of #727DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DBA

Black with #727DBA

Text Example


Text Example

White with #727DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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