#7083BE

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

Shades of Wild Blue Yonder #7083BE

Tints of Wild Blue Yonder #7083BE

Color information

#7083BE (or 0x7083BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 83 and BE. RGB value is (112,131,190). Sum of RGB (Red+Green+Blue) = 112+131+190=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #7083BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083BE is #8F7C41. Grayscale: #838383. Windows color (decimal): -9403458 or 12485488. OLE color: 12485488.

HSL color Cylindrical-coordinate representation of color #7083BE: hue angle of 225.38º degrees, saturation: 0.38, 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 #7083BE is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112131190-
CMYK0.410.3100.25
HSL225.38º37.5%59.22%-
HSV(B)225.38º41.05%74.51%-
XYZ24.0923.451.96-
YUV132.04160.71113.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=25.87%
G=30.25%
B=43.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121311900.410.3100.25225.3837.559.22
Hex7083BE291F019e1263b
Octal16020327651370313414673
Binary111000010000011101111101010011111101100111100001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7083BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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