Html Css Color HEX #7083BD Wild Blue Yonder

📋 copy color: '#7083BD'

red 112 ◦ green 131 ◦ blue 189

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

Shades of Wild Blue Yonder #7083BD

Tints of Wild Blue Yonder #7083BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 25.93%
G = 30.32%
B = 43.75%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7083BD (or 0x7083BD) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and BD. RGB value is (112,131,189). Sum of RGB (Red+Green+Blue) = 112+131+189=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #7083BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083BD is #8F7C42. Grayscale: #838383. Windows color (decimal): -9403459 or 12419952. OLE color: 12419952.

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

Color convert

RGB 112 131 189 -
CMYK 0.41 0.31 0 0.26
HSL 225.19º 0.37% 0.59% -
HSV(B) 225.19º 0.41% 0.74% -
XYZ 23.98 23.35 51.39 -
YUV 131.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 112 131 189 0.41 0.31 0 0.26 225.19 0.37 0.59
Hex 70 83 BD 29 1F 0 1A E1 25 3B
Octal 160 203 275 51 37 0 32 341 45 73
Binary 1110000 10000011 10111101 101001 11111 0 11010 11100001 100101 111011

Color Harmonies of #7083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083BD

Black with #7083BD

Text Example


Text Example

White with #7083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,131,189); }

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

background-color css

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

 a { background-color: rgb(112,131,189); }

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

border-color css

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

 span { border-color: rgb(112,131,189); }

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