Html Css Color HEX #728AC2 Wild Blue Yonder

📋 copy color: '#728AC2'

red 114 ◦ green 138 ◦ blue 194

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

Shades of Wild Blue Yonder #728AC2

Tints of Wild Blue Yonder #728AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.5%

R = 25.56%
G = 30.94%
B = 43.5%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#728AC2 (or 0x728AC2) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and C2. RGB value is (114,138,194). Sum of RGB (Red+Green+Blue) = 114+138+194=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #728AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728AC2 is #8D753D. Grayscale: #888888. Windows color (decimal): -9270590 or 12749426. OLE color: 12749426.

HSL color Cylindrical-coordinate representation of color #728AC2: hue angle of 222º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #728AC2 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 138 194 -
CMYK 0.41 0.29 0 0.24
HSL 222º 0.4% 0.6% -
HSV(B) 222º 0.41% 0.76% -
XYZ 25.77 25.65 54.63 -
YUV 137.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 114 138 194 0.41 0.29 0 0.24 222 0.4 0.6
Hex 72 8A C2 29 1D 0 18 DE 28 3C
Octal 162 212 302 51 35 0 30 336 50 74
Binary 1110010 10001010 11000010 101001 11101 0 11000 11011110 101000 111100

Color Harmonies of #728AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728AC2

Black with #728AC2

Text Example


Text Example

White with #728AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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