Html Css Color HEX #728EC8 Wild Blue Yonder

📋 copy color: '#728EC8'

red 114 ◦ green 142 ◦ blue 200

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

Shades of Wild Blue Yonder #728EC8

Tints of Wild Blue Yonder #728EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.86%

R = 25%
G = 31.14%
B = 43.86%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#728EC8 (or 0x728EC8) is known color: Wild Blue Yonder. HEX triplet: 72, 8E and C8. RGB value is (114,142,200). Sum of RGB (Red+Green+Blue) = 114+142+200=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #728EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EC8 is #8D7137. Grayscale: #8B8B8B. Windows color (decimal): -9269560 or 13143666. OLE color: 13143666.

HSL color Cylindrical-coordinate representation of color #728EC8: hue angle of 220.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #728EC8 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 142 200 -
CMYK 0.43 0.29 0 0.22
HSL 220.47º 0.44% 0.62% -
HSV(B) 220.47º 0.43% 0.78% -
XYZ 27.04 27.09 58.45 -
YUV 140.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 114 142 200 0.43 0.29 0 0.22 220.47 0.44 0.62
Hex 72 8E C8 2B 1D 0 16 DC 2C 3E
Octal 162 216 310 53 35 0 26 334 54 76
Binary 1110010 10001110 11001000 101011 11101 0 10110 11011100 101100 111110

Color Harmonies of #728EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728EC8

Black with #728EC8

Text Example


Text Example

White with #728EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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