Html Css Color HEX #7083BE Wild Blue Yonder

📋 copy color: '#7083BE'

red 112 ◦ green 131 ◦ blue 190

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

Shades of Wild Blue Yonder #7083BE

Tints of Wild Blue Yonder #7083BE

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 value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7083BE (or 0x7083BE) is known color: 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

RGB 112 131 190 -
CMYK 0.41 0.31 0 0.25
HSL 225.38º 0.38% 0.59% -
HSV(B) 225.38º 0.41% 0.75% -
XYZ 24.09 23.4 51.96 -
YUV 132.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 112 131 190 0.41 0.31 0 0.25 225.38 0.38 0.59
Hex 70 83 BE 29 1F 0 19 E1 26 3B
Octal 160 203 276 51 37 0 31 341 46 73
Binary 1110000 10000011 10111110 101001 11111 0 11001 11100001 100110 111011

Color Harmonies of #7083BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083BE

Black with #7083BE

Text Example


Text Example

White with #7083BE

Text Example


Text Example

HTML Codes & Css Web 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>