Html Css Color HEX #7185BD Wild Blue Yonder

📋 copy color: '#7185BD'

red 113 ◦ green 133 ◦ blue 189

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

Shades of Wild Blue Yonder #7185BD

Tints of Wild Blue Yonder #7185BD

RGB

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

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

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

R = 25.98%
G = 30.57%
B = 43.45%

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

#7185BD (or 0x7185BD) is known color: Wild Blue Yonder. HEX triplet: 71, 85 and BD. RGB value is (113,133,189). Sum of RGB (Red+Green+Blue) = 113+133+189=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #7185BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185BD is #8E7A42. Grayscale: #858585. Windows color (decimal): -9337411 or 12420465. OLE color: 12420465.

HSL color Cylindrical-coordinate representation of color #7185BD: hue angle of 224.21º 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 #7185BD is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 133 189 -
CMYK 0.40 0.30 0 0.26
HSL 224.21º 0.37% 0.59% -
HSV(B) 224.21º 0.4% 0.74% -
XYZ 24.38 23.96 51.48 -
YUV 133.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 113 133 189 0.40 0.30 0 0.26 224.21 0.37 0.59
Hex 71 85 BD 28 1E 0 1A E0 25 3B
Octal 161 205 275 50 36 0 32 340 45 73
Binary 1110001 10000101 10111101 101000 11110 0 11010 11100000 100101 111011

Color Harmonies of #7185BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7185BD

Black with #7185BD

Text Example


Text Example

White with #7185BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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