Html Css Color HEX #728BBB Wild Blue Yonder

📋 copy color: '#728BBB'

red 114 ◦ green 139 ◦ blue 187

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

Shades of Wild Blue Yonder #728BBB

Tints of Wild Blue Yonder #728BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 25.91%
G = 31.59%
B = 42.5%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#728BBB (or 0x728BBB) is known color: Wild Blue Yonder. HEX triplet: 72, 8B and BB. RGB value is (114,139,187). Sum of RGB (Red+Green+Blue) = 114+139+187=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #728BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BBB is #8D7444. Grayscale: #888888. Windows color (decimal): -9270341 or 12290930. OLE color: 12290930.

HSL color Cylindrical-coordinate representation of color #728BBB: hue angle of 219.45º degrees, saturation: 0.35, 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 #728BBB is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 139 187 -
CMYK 0.39 0.26 0 0.27
HSL 219.45º 0.35% 0.59% -
HSV(B) 219.45º 0.39% 0.73% -
XYZ 25.14 25.63 50.64 -
YUV 137 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 114 139 187 0.39 0.26 0 0.27 219.45 0.35 0.59
Hex 72 8B BB 27 1A 0 1B DB 23 3B
Octal 162 213 273 47 32 0 33 333 43 73
Binary 1110010 10001011 10111011 100111 11010 0 11011 11011011 100011 111011

Color Harmonies of #728BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728BBB

Black with #728BBB

Text Example


Text Example

White with #728BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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