Html Css Color HEX #727EBD Wild Blue Yonder

📋 copy color: '#727EBD'

red 114 ◦ green 126 ◦ blue 189

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

Shades of Wild Blue Yonder #727EBD

Tints of Wild Blue Yonder #727EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 26.57%
G = 29.37%
B = 44.06%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727EBD (or 0x727EBD) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and BD. RGB value is (114,126,189). Sum of RGB (Red+Green+Blue) = 114+126+189=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #727EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EBD is #8D8142. Grayscale: #818181. Windows color (decimal): -9273667 or 12418674. OLE color: 12418674.

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

Color convert

RGB 114 126 189 -
CMYK 0.40 0.33 0 0.26
HSL 230.4º 0.36% 0.59% -
HSV(B) 230.4º 0.4% 0.74% -
XYZ 23.59 22.17 51.18 -
YUV 129.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 114 126 189 0.40 0.33 0 0.26 230.4 0.36 0.59
Hex 72 7E BD 28 21 0 1A E6 24 3B
Octal 162 176 275 50 41 0 32 346 44 73
Binary 1110010 1111110 10111101 101000 100001 0 11010 11100110 100100 111011

Color Harmonies of #727EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EBD

Black with #727EBD

Text Example


Text Example

White with #727EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,189); }

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

background-color css

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

 a { background-color: rgb(114,126,189); }

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

border-color css

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

 span { border-color: rgb(114,126,189); }

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