Html Css Color HEX #7685BB Wild Blue Yonder

📋 copy color: '#7685BB'

red 118 ◦ green 133 ◦ blue 187

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

Shades of Wild Blue Yonder #7685BB

Tints of Wild Blue Yonder #7685BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 26.94%
G = 30.37%
B = 42.69%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7685BB (or 0x7685BB) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and BB. RGB value is (118,133,187). Sum of RGB (Red+Green+Blue) = 118+133+187=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #7685BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685BB is #897A44. Grayscale: #868686. Windows color (decimal): -9009733 or 12289398. OLE color: 12289398.

HSL color Cylindrical-coordinate representation of color #7685BB: hue angle of 226.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7685BB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 133 187 -
CMYK 0.37 0.29 0 0.27
HSL 226.96º 0.34% 0.6% -
HSV(B) 226.96º 0.37% 0.73% -
XYZ 24.83 24.21 50.38 -
YUV 134.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 118 133 187 0.37 0.29 0 0.27 226.96 0.34 0.6
Hex 76 85 BB 25 1D 0 1B E3 22 3C
Octal 166 205 273 45 35 0 33 343 42 74
Binary 1110110 10000101 10111011 100101 11101 0 11011 11100011 100010 111100

Color Harmonies of #7685BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685BB

Black with #7685BB

Text Example


Text Example

White with #7685BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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