Html Css Color HEX #7685D0 Wild Blue Yonder

📋 copy color: '#7685D0'

red 118 ◦ green 133 ◦ blue 208

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

Shades of Wild Blue Yonder #7685D0

Tints of Wild Blue Yonder #7685D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 25.71%
G = 28.98%
B = 45.32%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7685D0 (or 0x7685D0) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and D0. RGB value is (118,133,208). Sum of RGB (Red+Green+Blue) = 118+133+208=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #7685D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685D0 is #897A2F. Grayscale: #888888. Windows color (decimal): -9009712 or 13665654. OLE color: 13665654.

HSL color Cylindrical-coordinate representation of color #7685D0: hue angle of 230º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7685D0 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 133 208 -
CMYK 0.43 0.36 0 0.18
HSL 230º 0.49% 0.64% -
HSV(B) 230º 0.43% 0.82% -
XYZ 27.24 25.18 63.1 -
YUV 137.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 118 133 208 0.43 0.36 0 0.18 230 0.49 0.64
Hex 76 85 D0 2B 24 0 12 E6 31 40
Octal 166 205 320 53 44 0 22 346 61 100
Binary 1110110 10000101 11010000 101011 100100 0 10010 11100110 110001 1000000

Color Harmonies of #7685D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685D0

Black with #7685D0

Text Example


Text Example

White with #7685D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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