Html Css Color HEX #727EBC Wild Blue Yonder

📋 copy color: '#727EBC'

red 114 ◦ green 126 ◦ blue 188

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

Shades of Wild Blue Yonder #727EBC

Tints of Wild Blue Yonder #727EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 26.64%
G = 29.44%
B = 43.93%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727EBC (or 0x727EBC) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and BC. RGB value is (114,126,188). Sum of RGB (Red+Green+Blue) = 114+126+188=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #727EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EBC is #8D8143. Grayscale: #818181. Windows color (decimal): -9273668 or 12353138. OLE color: 12353138.

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

Color convert

RGB 114 126 188 -
CMYK 0.39 0.33 0 0.26
HSL 230.27º 0.36% 0.59% -
HSV(B) 230.27º 0.39% 0.74% -
XYZ 23.48 22.13 50.61 -
YUV 129.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 114 126 188 0.39 0.33 0 0.26 230.27 0.36 0.59
Hex 72 7E BC 27 21 0 1A E6 24 3B
Octal 162 176 274 47 41 0 32 346 44 73
Binary 1110010 1111110 10111100 100111 100001 0 11010 11100110 100100 111011

Color Harmonies of #727EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EBC

Black with #727EBC

Text Example


Text Example

White with #727EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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