Html Css Color HEX #728EBE Wild Blue Yonder

📋 copy color: '#728EBE'

red 114 ◦ green 142 ◦ blue 190

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

Shades of Wild Blue Yonder #728EBE

Tints of Wild Blue Yonder #728EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 25.56%
G = 31.84%
B = 42.6%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#728EBE (or 0x728EBE) is known color: Wild Blue Yonder. HEX triplet: 72, 8E and BE. RGB value is (114,142,190). Sum of RGB (Red+Green+Blue) = 114+142+190=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #728EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EBE is #8D7141. Grayscale: #8A8A8A. Windows color (decimal): -9269570 or 12488306. OLE color: 12488306.

HSL color Cylindrical-coordinate representation of color #728EBE: hue angle of 217.89º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #728EBE is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 142 190 -
CMYK 0.40 0.25 0 0.25
HSL 217.89º 0.37% 0.6% -
HSV(B) 217.89º 0.4% 0.75% -
XYZ 25.91 26.64 52.49 -
YUV 139.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 114 142 190 0.40 0.25 0 0.25 217.89 0.37 0.6
Hex 72 8E BE 28 19 0 19 DA 25 3C
Octal 162 216 276 50 31 0 31 332 45 74
Binary 1110010 10001110 10111110 101000 11001 0 11001 11011010 100101 111100

Color Harmonies of #728EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EBE

Black with #728EBE

Text Example


Text Example

White with #728EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728EBE; }

 p { color: rgb(114,142,190); }

 H1.HeaderClassName
 {
   color: #728EBE;
 }
 .AnyTagClassName
 {
   color: #728EBE;
 }
</style>

background-color css

<style>
 a { background-color: #728EBE; }

 a { background-color: rgb(114,142,190); }

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

border-color css

<style>
 span { border-color: #728EBE; }

 span { border-color: rgb(114,142,190); }

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