#7185BE

Color #7185BE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7185BE

Tints of Wild Blue Yonder #7185BE

Color information

#7185BE (or 0x7185BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 85 and BE. RGB value is (113,133,190). Sum of RGB (Red+Green+Blue) = 113+133+190=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7185BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185BE is #8E7A41. Grayscale: #858585. Windows color (decimal): -9337410 or 12486001. OLE color: 12486001.

HSL color Cylindrical-coordinate representation of color #7185BE: hue angle of 224.42º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7185BE is Cyan = 0.41, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113133190-
CMYK0.410.300.25
HSL224.42º37.2%59.41%-
HSV(B)224.42º40.53%74.51%-
XYZ24.492452.06-
YUV133.52159.87113.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.92%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=25.92%
G=30.50%
B=43.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131331900.410.300.25224.4237.259.41
Hex7185BE291E019e0253b
Octal16120527651360313404573
Binary111000110000101101111101010011111001100111100000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7185BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7185BE; }

 p { color: rgb(113,133,190); }

 H1.HeaderClassName
 {
   color: #7185BE;
 }
 .AnyTagClassName
 {
   color: #7185BE;
 }
</style>
background-color css

<style>
 a { background-color: #7185BE; }

 a { background-color: rgb(113,133,190); }

 div.DivClassName
 {
   background-color: #7185BE;
 }
 .BgClassName
 {
   background-color: #7185BE;
 }
</style>
border-color css

<style>
 span { border-color: #7185BE; }

 span { border-color: rgb(113,133,190); }

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