Html Css Color HEX #728CB6 Wild Blue Yonder

📋 copy color: '#728CB6'

red 114 ◦ green 140 ◦ blue 182

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

Shades of Wild Blue Yonder #728CB6

Tints of Wild Blue Yonder #728CB6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 182 (71.48% from 255) = 41.74%

R = 26.15%
G = 32.11%
B = 41.74%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#728CB6 (or 0x728CB6) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and B6. RGB value is (114,140,182). Sum of RGB (Red+Green+Blue) = 114+140+182=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #728CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CB6 is #8D7349. Grayscale: #888888. Windows color (decimal): -9270090 or 11963506. OLE color: 11963506.

HSL color Cylindrical-coordinate representation of color #728CB6: hue angle of 217.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728CB6 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 140 182 -
CMYK 0.37 0.23 0 0.29
HSL 217.06º 0.32% 0.58% -
HSV(B) 217.06º 0.37% 0.71% -
XYZ 24.76 25.71 47.91 -
YUV 137.01 153.39 111.58 -
System Red Green Blue C M Y K H S L
Decimal 114 140 182 0.37 0.23 0 0.29 217.06 0.32 0.58
Hex 72 8C B6 25 17 0 1D D9 20 3A
Octal 162 214 266 45 27 0 35 331 40 72
Binary 1110010 10001100 10110110 100101 10111 0 11101 11011001 100000 111010

Color Harmonies of #728CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CB6

Black with #728CB6

Text Example


Text Example

White with #728CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,140,182); }

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

background-color css

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

 a { background-color: rgb(114,140,182); }

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

border-color css

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

 span { border-color: rgb(114,140,182); }

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