Html Css Color HEX #7385BA Wild Blue Yonder

📋 copy color: '#7385BA'

red 115 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7385BA

Tints of Wild Blue Yonder #7385BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

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

R = 26.5%
G = 30.65%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7385BA (or 0x7385BA) is known color: Wild Blue Yonder. HEX triplet: 73, 85 and BA. RGB value is (115,133,186). Sum of RGB (Red+Green+Blue) = 115+133+186=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7385BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385BA is #8C7A45. Grayscale: #858585. Windows color (decimal): -9206342 or 12223859. OLE color: 12223859.

HSL color Cylindrical-coordinate representation of color #7385BA: hue angle of 224.79º 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 #7385BA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 133 186 -
CMYK 0.38 0.28 0 0.27
HSL 224.79º 0.34% 0.59% -
HSV(B) 224.79º 0.38% 0.73% -
XYZ 24.32 23.97 49.8 -
YUV 133.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 115 133 186 0.38 0.28 0 0.27 224.79 0.34 0.59
Hex 73 85 BA 26 1C 0 1B E1 22 3B
Octal 163 205 272 46 34 0 33 341 42 73
Binary 1110011 10000101 10111010 100110 11100 0 11011 11100001 100010 111011

Color Harmonies of #7385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385BA

Black with #7385BA

Text Example


Text Example

White with #7385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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