Html Css Color HEX #7083B8 Wild Blue Yonder

📋 copy color: '#7083B8'

red 112 ◦ green 131 ◦ blue 184

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

Shades of Wild Blue Yonder #7083B8

Tints of Wild Blue Yonder #7083B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.09%

R = 26.23%
G = 30.68%
B = 43.09%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7083B8 (or 0x7083B8) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and B8. RGB value is (112,131,184). Sum of RGB (Red+Green+Blue) = 112+131+184=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #7083B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083B8 is #8F7C47. Grayscale: #838383. Windows color (decimal): -9403464 or 12092272. OLE color: 12092272.

HSL color Cylindrical-coordinate representation of color #7083B8: hue angle of 224.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7083B8 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 131 184 -
CMYK 0.39 0.29 0 0.28
HSL 224.17º 0.34% 0.58% -
HSV(B) 224.17º 0.39% 0.72% -
XYZ 23.45 23.14 48.58 -
YUV 131.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 112 131 184 0.39 0.29 0 0.28 224.17 0.34 0.58
Hex 70 83 B8 27 1D 0 1C E0 22 3A
Octal 160 203 270 47 35 0 34 340 42 72
Binary 1110000 10000011 10111000 100111 11101 0 11100 11100000 100010 111010

Color Harmonies of #7083B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7083B8

Black with #7083B8

Text Example


Text Example

White with #7083B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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