Html Css Color HEX #7686CA Wild Blue Yonder

📋 copy color: '#7686CA'

red 118 ◦ green 134 ◦ blue 202

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

Shades of Wild Blue Yonder #7686CA

Tints of Wild Blue Yonder #7686CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 25.99%
G = 29.52%
B = 44.49%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7686CA (or 0x7686CA) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and CA. RGB value is (118,134,202). Sum of RGB (Red+Green+Blue) = 118+134+202=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #7686CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686CA is #897935. Grayscale: #888888. Windows color (decimal): -9009462 or 13272694. OLE color: 13272694.

HSL color Cylindrical-coordinate representation of color #7686CA: hue angle of 228.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7686CA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 134 202 -
CMYK 0.42 0.34 0 0.21
HSL 228.57º 0.44% 0.63% -
HSV(B) 228.57º 0.42% 0.79% -
XYZ 26.66 25.17 59.33 -
YUV 136.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 118 134 202 0.42 0.34 0 0.21 228.57 0.44 0.63
Hex 76 86 CA 2A 22 0 15 E5 2C 3F
Octal 166 206 312 52 42 0 25 345 54 77
Binary 1110110 10000110 11001010 101010 100010 0 10101 11100101 101100 111111

Color Harmonies of #7686CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7686CA

Black with #7686CA

Text Example


Text Example

White with #7686CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7686CA; }

 p { color: rgb(118,134,202); }

 H1.HeaderClassName
 {
   color: #7686CA;
 }
 .AnyTagClassName
 {
   color: #7686CA;
 }
</style>

background-color css

<style>
 a { background-color: #7686CA; }

 a { background-color: rgb(118,134,202); }

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

border-color css

<style>
 span { border-color: #7686CA; }

 span { border-color: rgb(118,134,202); }

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