Html Css Color HEX #7682BC Wild Blue Yonder

📋 copy color: '#7682BC'

red 118 ◦ green 130 ◦ blue 188

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

Shades of Wild Blue Yonder #7682BC

Tints of Wild Blue Yonder #7682BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 27.06%
G = 29.82%
B = 43.12%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7682BC (or 0x7682BC) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and BC. RGB value is (118,130,188). Sum of RGB (Red+Green+Blue) = 118+130+188=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #7682BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682BC is #897D43. Grayscale: #848484. Windows color (decimal): -9010500 or 12354166. OLE color: 12354166.

HSL color Cylindrical-coordinate representation of color #7682BC: hue angle of 229.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7682BC is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 130 188 -
CMYK 0.37 0.31 0 0.26
HSL 229.71º 0.34% 0.6% -
HSV(B) 229.71º 0.37% 0.74% -
XYZ 24.53 23.45 50.81 -
YUV 133.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 118 130 188 0.37 0.31 0 0.26 229.71 0.34 0.6
Hex 76 82 BC 25 1F 0 1A E6 22 3C
Octal 166 202 274 45 37 0 32 346 42 74
Binary 1110110 10000010 10111100 100101 11111 0 11010 11100110 100010 111100

Color Harmonies of #7682BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682BC

Black with #7682BC

Text Example


Text Example

White with #7682BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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