Html Css Color HEX #7084BA Wild Blue Yonder

📋 copy color: '#7084BA'

red 112 ◦ green 132 ◦ blue 186

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

Shades of Wild Blue Yonder #7084BA

Tints of Wild Blue Yonder #7084BA

RGB

 RED value IS 112 (44.14% from 255) = 26.05%

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

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

R = 26.05%
G = 30.7%
B = 43.26%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7084BA (or 0x7084BA) is known color: Wild Blue Yonder. HEX triplet: 70, 84 and BA. RGB value is (112,132,186). Sum of RGB (Red+Green+Blue) = 112+132+186=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #7084BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084BA is #8F7B45. Grayscale: #838383. Windows color (decimal): -9403206 or 12223600. OLE color: 12223600.

HSL color Cylindrical-coordinate representation of color #7084BA: hue angle of 223.78º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7084BA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 132 186 -
CMYK 0.40 0.29 0 0.27
HSL 223.78º 0.35% 0.58% -
HSV(B) 223.78º 0.4% 0.73% -
XYZ 23.8 23.49 49.73 -
YUV 132.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 112 132 186 0.40 0.29 0 0.27 223.78 0.35 0.58
Hex 70 84 BA 28 1D 0 1B E0 23 3A
Octal 160 204 272 50 35 0 33 340 43 72
Binary 1110000 10000100 10111010 101000 11101 0 11011 11100000 100011 111010

Color Harmonies of #7084BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7084BA

Black with #7084BA

Text Example


Text Example

White with #7084BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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