Html Css Color HEX #728BBA Wild Blue Yonder

📋 copy color: '#728BBA'

red 114 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #728BBA

Tints of Wild Blue Yonder #728BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.66%

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 25.97%
G = 31.66%
B = 42.37%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#728BBA (or 0x728BBA) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and BA. RGB value is (114,139,186). Sum of RGB (Red+Green+Blue) = 114+139+186=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #728BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BBA is #8D7445. Grayscale: #888888. Windows color (decimal): -9270342 or 12225394. OLE color: 12225394.

HSL color Cylindrical-coordinate representation of color #728BBA: hue angle of 219.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728BBA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 139 186 -
CMYK 0.39 0.25 0 0.27
HSL 219.17º 0.34% 0.59% -
HSV(B) 219.17º 0.39% 0.73% -
XYZ 25.03 25.59 50.07 -
YUV 136.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 114 139 186 0.39 0.25 0 0.27 219.17 0.34 0.59
Hex 72 8B BA 27 19 0 1B DB 22 3B
Octal 162 213 272 47 31 0 33 333 42 73
Binary 1110010 10001011 10111010 100111 11001 0 11011 11011011 100010 111011

Color Harmonies of #728BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BBA

Black with #728BBA

Text Example


Text Example

White with #728BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,139,186); }

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

background-color css

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

 a { background-color: rgb(114,139,186); }

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

border-color css

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

 span { border-color: rgb(114,139,186); }

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