Html Css Color HEX #7685BD Wild Blue Yonder

📋 copy color: '#7685BD'

red 118 ◦ green 133 ◦ blue 189

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

Shades of Wild Blue Yonder #7685BD

Tints of Wild Blue Yonder #7685BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 26.82%
G = 30.23%
B = 42.95%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7685BD (or 0x7685BD) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and BD. RGB value is (118,133,189). Sum of RGB (Red+Green+Blue) = 118+133+189=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #7685BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685BD is #897A42. Grayscale: #868686. Windows color (decimal): -9009731 or 12420470. OLE color: 12420470.

HSL color Cylindrical-coordinate representation of color #7685BD: hue angle of 227.32º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7685BD is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 133 189 -
CMYK 0.38 0.30 0 0.26
HSL 227.32º 0.35% 0.6% -
HSV(B) 227.32º 0.38% 0.74% -
XYZ 25.04 24.3 51.51 -
YUV 134.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 118 133 189 0.38 0.30 0 0.26 227.32 0.35 0.6
Hex 76 85 BD 26 1E 0 1A E3 23 3C
Octal 166 205 275 46 36 0 32 343 43 74
Binary 1110110 10000101 10111101 100110 11110 0 11010 11100011 100011 111100

Color Harmonies of #7685BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685BD

Black with #7685BD

Text Example


Text Example

White with #7685BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7685BD; }

 p { color: rgb(118,133,189); }

 H1.HeaderClassName
 {
   color: #7685BD;
 }
 .AnyTagClassName
 {
   color: #7685BD;
 }
</style>

background-color css

<style>
 a { background-color: #7685BD; }

 a { background-color: rgb(118,133,189); }

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

border-color css

<style>
 span { border-color: #7685BD; }

 span { border-color: rgb(118,133,189); }

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