Html Css Color HEX #7184BF Wild Blue Yonder

📋 copy color: '#7184BF'

red 113 ◦ green 132 ◦ blue 191

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

Shades of Wild Blue Yonder #7184BF

Tints of Wild Blue Yonder #7184BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 25.92%
G = 30.28%
B = 43.81%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7184BF (or 0x7184BF) is known color: Wild Blue Yonder. HEX triplet: 71, 84 and BF. RGB value is (113,132,191). Sum of RGB (Red+Green+Blue) = 113+132+191=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #7184BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7184BF is #8E7B40. Grayscale: #848484. Windows color (decimal): -9337665 or 12551281. OLE color: 12551281.

HSL color Cylindrical-coordinate representation of color #7184BF: hue angle of 225.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7184BF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 132 191 -
CMYK 0.41 0.31 0 0.25
HSL 225.38º 0.38% 0.6% -
HSV(B) 225.38º 0.41% 0.75% -
XYZ 24.47 23.77 52.59 -
YUV 133.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 113 132 191 0.41 0.31 0 0.25 225.38 0.38 0.6
Hex 71 84 BF 29 1F 0 19 E1 26 3C
Octal 161 204 277 51 37 0 31 341 46 74
Binary 1110001 10000100 10111111 101001 11111 0 11001 11100001 100110 111100

Color Harmonies of #7184BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7184BF

Black with #7184BF

Text Example


Text Example

White with #7184BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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