Html Css Color HEX #7388BA Wild Blue Yonder

📋 copy color: '#7388BA'

red 115 ◦ green 136 ◦ blue 186

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

Shades of Wild Blue Yonder #7388BA

Tints of Wild Blue Yonder #7388BA

RGB

 RED value IS 115 (45.31% from 255) = 26.32%

 GREEN value IS 136 (53.52% from 255) = 31.12%

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

R = 26.32%
G = 31.12%
B = 42.56%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7388BA (or 0x7388BA) is known color: Wild Blue Yonder. HEX triplet: 73, 88 and BA. RGB value is (115,136,186). Sum of RGB (Red+Green+Blue) = 115+136+186=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7388BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388BA is #8C7745. Grayscale: #878787. Windows color (decimal): -9205574 or 12224627. OLE color: 12224627.

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

Color convert

RGB 115 136 186 -
CMYK 0.38 0.27 0 0.27
HSL 222.25º 0.34% 0.59% -
HSV(B) 222.25º 0.38% 0.73% -
XYZ 24.74 24.8 49.94 -
YUV 135.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 115 136 186 0.38 0.27 0 0.27 222.25 0.34 0.59
Hex 73 88 BA 26 1B 0 1B DE 22 3B
Octal 163 210 272 46 33 0 33 336 42 73
Binary 1110011 10001000 10111010 100110 11011 0 11011 11011110 100010 111011

Color Harmonies of #7388BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7388BA

Black with #7388BA

Text Example


Text Example

White with #7388BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7388BA; }

 p { color: rgb(115,136,186); }

 H1.HeaderClassName
 {
   color: #7388BA;
 }
 .AnyTagClassName
 {
   color: #7388BA;
 }
</style>

background-color css

<style>
 a { background-color: #7388BA; }

 a { background-color: rgb(115,136,186); }

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

border-color css

<style>
 span { border-color: #7388BA; }

 span { border-color: rgb(115,136,186); }

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