Html Css Color HEX #7682BA Wild Blue Yonder

📋 copy color: '#7682BA'

red 118 ◦ green 130 ◦ blue 186

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

Shades of Wild Blue Yonder #7682BA

Tints of Wild Blue Yonder #7682BA

RGB

 RED value IS 118 (46.48% from 255) = 27.19%

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

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

R = 27.19%
G = 29.95%
B = 42.86%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7682BA (or 0x7682BA) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and BA. RGB value is (118,130,186). Sum of RGB (Red+Green+Blue) = 118+130+186=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7682BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682BA is #897D45. Grayscale: #848484. Windows color (decimal): -9010502 or 12223094. OLE color: 12223094.

HSL color Cylindrical-coordinate representation of color #7682BA: hue angle of 229.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7682BA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 130 186 -
CMYK 0.37 0.30 0 0.27
HSL 229.41º 0.33% 0.6% -
HSV(B) 229.41º 0.37% 0.73% -
XYZ 24.32 23.36 49.68 -
YUV 132.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 118 130 186 0.37 0.30 0 0.27 229.41 0.33 0.6
Hex 76 82 BA 25 1E 0 1B E5 21 3C
Octal 166 202 272 45 36 0 33 345 41 74
Binary 1110110 10000010 10111010 100101 11110 0 11011 11100101 100001 111100

Color Harmonies of #7682BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682BA

Black with #7682BA

Text Example


Text Example

White with #7682BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,130,186); }

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

background-color css

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

 a { background-color: rgb(118,130,186); }

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

border-color css

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

 span { border-color: rgb(118,130,186); }

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