Html Css Color HEX #7082BB Wild Blue Yonder

📋 copy color: '#7082BB'

red 112 ◦ green 130 ◦ blue 187

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

Shades of Wild Blue Yonder #7082BB

Tints of Wild Blue Yonder #7082BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 187 (73.44% from 255) = 43.59%

R = 26.11%
G = 30.3%
B = 43.59%

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

#7082BB (or 0x7082BB) is known color: Wild Blue Yonder. HEX triplet: 70, 82 and BB. RGB value is (112,130,187). Sum of RGB (Red+Green+Blue) = 112+130+187=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #7082BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082BB is #8F7D44. Grayscale: #828282. Windows color (decimal): -9403717 or 12288624. OLE color: 12288624.

HSL color Cylindrical-coordinate representation of color #7082BB: hue angle of 225.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7082BB is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 130 187 -
CMYK 0.40 0.30 0 0.27
HSL 225.6º 0.36% 0.59% -
HSV(B) 225.6º 0.4% 0.73% -
XYZ 23.63 23 50.21 -
YUV 131.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 112 130 187 0.40 0.30 0 0.27 225.6 0.36 0.59
Hex 70 82 BB 28 1E 0 1B E2 24 3B
Octal 160 202 273 50 36 0 33 342 44 73
Binary 1110000 10000010 10111011 101000 11110 0 11011 11100010 100100 111011

Color Harmonies of #7082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7082BB

Black with #7082BB

Text Example


Text Example

White with #7082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7082BB; }

 p { color: rgb(112,130,187); }

 H1.HeaderClassName
 {
   color: #7082BB;
 }
 .AnyTagClassName
 {
   color: #7082BB;
 }
</style>

background-color css

<style>
 a { background-color: #7082BB; }

 a { background-color: rgb(112,130,187); }

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

border-color css

<style>
 span { border-color: #7082BB; }

 span { border-color: rgb(112,130,187); }

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