Html Css Color HEX #7682D0 Wild Blue Yonder

📋 copy color: '#7682D0'

red 118 ◦ green 130 ◦ blue 208

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

Shades of Wild Blue Yonder #7682D0

Tints of Wild Blue Yonder #7682D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.61%

R = 25.88%
G = 28.51%
B = 45.61%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7682D0 (or 0x7682D0) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and D0. RGB value is (118,130,208). Sum of RGB (Red+Green+Blue) = 118+130+208=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #7682D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682D0 is #897D2F. Grayscale: #868686. Windows color (decimal): -9010480 or 13664886. OLE color: 13664886.

HSL color Cylindrical-coordinate representation of color #7682D0: hue angle of 232º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7682D0 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 130 208 -
CMYK 0.43 0.38 0 0.18
HSL 232º 0.49% 0.64% -
HSV(B) 232º 0.43% 0.82% -
XYZ 26.84 24.37 62.96 -
YUV 135.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 118 130 208 0.43 0.38 0 0.18 232 0.49 0.64
Hex 76 82 D0 2B 26 0 12 E8 31 40
Octal 166 202 320 53 46 0 22 350 61 100
Binary 1110110 10000010 11010000 101011 100110 0 10010 11101000 110001 1000000

Color Harmonies of #7682D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682D0

Black with #7682D0

Text Example


Text Example

White with #7682D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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