Html Css Color HEX #7682CE Wild Blue Yonder

📋 copy color: '#7682CE'

red 118 ◦ green 130 ◦ blue 206

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

Shades of Wild Blue Yonder #7682CE

Tints of Wild Blue Yonder #7682CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 25.99%
G = 28.63%
B = 45.37%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7682CE (or 0x7682CE) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and CE. RGB value is (118,130,206). Sum of RGB (Red+Green+Blue) = 118+130+206=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7682CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682CE is #897D31. Grayscale: #868686. Windows color (decimal): -9010482 or 13533814. OLE color: 13533814.

HSL color Cylindrical-coordinate representation of color #7682CE: hue angle of 231.82º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7682CE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 130 206 -
CMYK 0.43 0.37 0 0.19
HSL 231.82º 0.47% 0.64% -
HSV(B) 231.82º 0.43% 0.81% -
XYZ 26.59 24.27 61.68 -
YUV 135.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 118 130 206 0.43 0.37 0 0.19 231.82 0.47 0.64
Hex 76 82 CE 2B 25 0 13 E8 2F 40
Octal 166 202 316 53 45 0 23 350 57 100
Binary 1110110 10000010 11001110 101011 100101 0 10011 11101000 101111 1000000

Color Harmonies of #7682CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682CE

Black with #7682CE

Text Example


Text Example

White with #7682CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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