Html Css Color HEX #728AC0 Wild Blue Yonder

📋 copy color: '#728AC0'

red 114 ◦ green 138 ◦ blue 192

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

Shades of Wild Blue Yonder #728AC0

Tints of Wild Blue Yonder #728AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 25.68%
G = 31.08%
B = 43.24%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#728AC0 (or 0x728AC0) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and C0. RGB value is (114,138,192). Sum of RGB (Red+Green+Blue) = 114+138+192=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #728AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728AC0 is #8D753F. Grayscale: #888888. Windows color (decimal): -9270592 or 12618354. OLE color: 12618354.

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

Color convert

RGB 114 138 192 -
CMYK 0.41 0.28 0 0.25
HSL 221.54º 0.38% 0.6% -
HSV(B) 221.54º 0.41% 0.75% -
XYZ 25.54 25.56 53.46 -
YUV 136.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 114 138 192 0.41 0.28 0 0.25 221.54 0.38 0.6
Hex 72 8A C0 29 1C 0 19 DE 26 3C
Octal 162 212 300 51 34 0 31 336 46 74
Binary 1110010 10001010 11000000 101001 11100 0 11001 11011110 100110 111100

Color Harmonies of #728AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AC0

Black with #728AC0

Text Example


Text Example

White with #728AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,138,192); }

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

background-color css

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

 a { background-color: rgb(114,138,192); }

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

border-color css

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

 span { border-color: rgb(114,138,192); }

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