Html Css Color HEX #7680CE Wild Blue Yonder

📋 copy color: '#7680CE'

red 118 ◦ green 128 ◦ blue 206

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

Shades of Wild Blue Yonder #7680CE

Tints of Wild Blue Yonder #7680CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

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

R = 26.11%
G = 28.32%
B = 45.58%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7680CE (or 0x7680CE) is known color: Wild Blue Yonder. HEX triplet: 76, 80 and CE. RGB value is (118,128,206). Sum of RGB (Red+Green+Blue) = 118+128+206=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7680CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680CE is #897F31. Grayscale: #858585. Windows color (decimal): -9010994 or 13533302. OLE color: 13533302.

HSL color Cylindrical-coordinate representation of color #7680CE: hue angle of 233.18º 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 #7680CE is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 128 206 -
CMYK 0.43 0.38 0 0.19
HSL 233.18º 0.47% 0.64% -
HSV(B) 233.18º 0.43% 0.81% -
XYZ 26.33 23.75 61.59 -
YUV 133.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 118 128 206 0.43 0.38 0 0.19 233.18 0.47 0.64
Hex 76 80 CE 2B 26 0 13 E9 2F 40
Octal 166 200 316 53 46 0 23 351 57 100
Binary 1110110 10000000 11001110 101011 100110 0 10011 11101001 101111 1000000

Color Harmonies of #7680CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7680CE

Black with #7680CE

Text Example


Text Example

White with #7680CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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