#7681B4

Color #7681B4 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7681B4

Tints of Wild Blue Yonder #7681B4

Color information

#7681B4 (or 0x7681B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 81 and B4. RGB value is (118,129,180). Sum of RGB (Red+Green+Blue) = 118+129+180=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #7681B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681B4 is #897E4B. Grayscale: #838383. Windows color (decimal): -9010764 or 11829622. OLE color: 11829622.

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

Color convert

RGB118129180-
CMYK0.340.2800.29
HSL229.35º29.25%58.43%-
HSV(B)229.35º34.44%70.59%-
XYZ23.5622.8546.35-
YUV131.52155.36118.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.63%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=27.63%
G=30.21%
B=42.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181291800.340.2800.29229.3529.2558.43
Hex7681B4221C01De51d3a
Octal16620126442340353453572
Binary11101101000000110110100100010111000111011110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7681B4; }

 p { color: rgb(118,129,180); }

 H1.HeaderClassName
 {
   color: #7681B4;
 }
 .AnyTagClassName
 {
   color: #7681B4;
 }
</style>
background-color css

<style>
 a { background-color: #7681B4; }

 a { background-color: rgb(118,129,180); }

 div.DivClassName
 {
   background-color: #7681B4;
 }
 .BgClassName
 {
   background-color: #7681B4;
 }
</style>
border-color css

<style>
 span { border-color: #7681B4; }

 span { border-color: rgb(118,129,180); }

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