Html Css Color HEX #7081BB Wild Blue Yonder

📋 copy color: '#7081BB'

red 112 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #7081BB

Tints of Wild Blue Yonder #7081BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

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

R = 26.17%
G = 30.14%
B = 43.69%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7081BB (or 0x7081BB) is known color: Wild Blue Yonder. HEX triplet: 70, 81 and BB. RGB value is (112,129,187). Sum of RGB (Red+Green+Blue) = 112+129+187=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #7081BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7081BB is #8F7E44. Grayscale: #828282. Windows color (decimal): -9403973 or 12288368. OLE color: 12288368.

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

Color convert

RGB 112 129 187 -
CMYK 0.40 0.31 0 0.27
HSL 226.4º 0.36% 0.59% -
HSV(B) 226.4º 0.4% 0.73% -
XYZ 23.5 22.73 50.16 -
YUV 130.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 112 129 187 0.40 0.31 0 0.27 226.4 0.36 0.59
Hex 70 81 BB 28 1F 0 1B E2 24 3B
Octal 160 201 273 50 37 0 33 342 44 73
Binary 1110000 10000001 10111011 101000 11111 0 11011 11100010 100100 111011

Color Harmonies of #7081BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7081BB

Black with #7081BB

Text Example


Text Example

White with #7081BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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