Html Css Color HEX #7184BD Wild Blue Yonder

📋 copy color: '#7184BD'

red 113 ◦ green 132 ◦ blue 189

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

Shades of Wild Blue Yonder #7184BD

Tints of Wild Blue Yonder #7184BD

RGB

 RED value IS 113 (44.53% from 255) = 26.04%

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 26.04%
G = 30.41%
B = 43.55%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7184BD (or 0x7184BD) is known color: Wild Blue Yonder. HEX triplet: 71, 84 and BD. RGB value is (113,132,189). Sum of RGB (Red+Green+Blue) = 113+132+189=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #7184BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184BD is #8E7B42. Grayscale: #848484. Windows color (decimal): -9337667 or 12420209. OLE color: 12420209.

HSL color Cylindrical-coordinate representation of color #7184BD: hue angle of 225º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7184BD is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 132 189 -
CMYK 0.40 0.30 0 0.26
HSL 225º 0.37% 0.59% -
HSV(B) 225º 0.4% 0.74% -
XYZ 24.25 23.69 51.44 -
YUV 132.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 113 132 189 0.40 0.30 0 0.26 225 0.37 0.59
Hex 71 84 BD 28 1E 0 1A E1 25 3B
Octal 161 204 275 50 36 0 32 341 45 73
Binary 1110001 10000100 10111101 101000 11110 0 11010 11100001 100101 111011

Color Harmonies of #7184BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7184BD

Black with #7184BD

Text Example


Text Example

White with #7184BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7184BD; }

 p { color: rgb(113,132,189); }

 H1.HeaderClassName
 {
   color: #7184BD;
 }
 .AnyTagClassName
 {
   color: #7184BD;
 }
</style>

background-color css

<style>
 a { background-color: #7184BD; }

 a { background-color: rgb(113,132,189); }

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

border-color css

<style>
 span { border-color: #7184BD; }

 span { border-color: rgb(113,132,189); }

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