Html Css Color HEX #7083BA Wild Blue Yonder

📋 copy color: '#7083BA'

red 112 ◦ green 131 ◦ blue 186

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

Shades of Wild Blue Yonder #7083BA

Tints of Wild Blue Yonder #7083BA

RGB

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

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

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

R = 26.11%
G = 30.54%
B = 43.36%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7083BA (or 0x7083BA) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and BA. RGB value is (112,131,186). Sum of RGB (Red+Green+Blue) = 112+131+186=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #7083BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083BA is #8F7C45. Grayscale: #838383. Windows color (decimal): -9403462 or 12223344. OLE color: 12223344.

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

Color convert

RGB 112 131 186 -
CMYK 0.40 0.30 0 0.27
HSL 224.59º 0.35% 0.58% -
HSV(B) 224.59º 0.4% 0.73% -
XYZ 23.66 23.22 49.69 -
YUV 131.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 112 131 186 0.40 0.30 0 0.27 224.59 0.35 0.58
Hex 70 83 BA 28 1E 0 1B E1 23 3A
Octal 160 203 272 50 36 0 33 341 43 72
Binary 1110000 10000011 10111010 101000 11110 0 11011 11100001 100011 111010

Color Harmonies of #7083BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083BA

Black with #7083BA

Text Example


Text Example

White with #7083BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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