Html Css Color HEX #7384BA Wild Blue Yonder

📋 copy color: '#7384BA'

red 115 ◦ green 132 ◦ blue 186

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

Shades of Wild Blue Yonder #7384BA

Tints of Wild Blue Yonder #7384BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.48%

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

R = 26.56%
G = 30.48%
B = 42.96%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7384BA (or 0x7384BA) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and BA. RGB value is (115,132,186). Sum of RGB (Red+Green+Blue) = 115+132+186=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7384BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384BA is #8C7B45. Grayscale: #848484. Windows color (decimal): -9206598 or 12223603. OLE color: 12223603.

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

Color convert

RGB 115 132 186 -
CMYK 0.38 0.29 0 0.27
HSL 225.63º 0.34% 0.59% -
HSV(B) 225.63º 0.38% 0.73% -
XYZ 24.18 23.69 49.75 -
YUV 133.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 115 132 186 0.38 0.29 0 0.27 225.63 0.34 0.59
Hex 73 84 BA 26 1D 0 1B E2 22 3B
Octal 163 204 272 46 35 0 33 342 42 73
Binary 1110011 10000100 10111010 100110 11101 0 11011 11100010 100010 111011

Color Harmonies of #7384BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384BA

Black with #7384BA

Text Example


Text Example

White with #7384BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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