Html Css Color HEX #7690BC Wild Blue Yonder

📋 copy color: '#7690BC'

red 118 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #7690BC

Tints of Wild Blue Yonder #7690BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 26.22%
G = 32%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7690BC (or 0x7690BC) is known color: Wild Blue Yonder. HEX triplet: 76, 90 and BC. RGB value is (118,144,188). Sum of RGB (Red+Green+Blue) = 118+144+188=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7690BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690BC is #896F43. Grayscale: #8D8D8D. Windows color (decimal): -9006916 or 12357750. OLE color: 12357750.

HSL color Cylindrical-coordinate representation of color #7690BC: hue angle of 217.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7690BC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 144 188 -
CMYK 0.37 0.23 0 0.26
HSL 217.71º 0.34% 0.6% -
HSV(B) 217.71º 0.37% 0.74% -
XYZ 26.52 27.43 51.47 -
YUV 141.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 118 144 188 0.37 0.23 0 0.26 217.71 0.34 0.6
Hex 76 90 BC 25 17 0 1A DA 22 3C
Octal 166 220 274 45 27 0 32 332 42 74
Binary 1110110 10010000 10111100 100101 10111 0 11010 11011010 100010 111100

Color Harmonies of #7690BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690BC

Black with #7690BC

Text Example


Text Example

White with #7690BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7690BC; }

 p { color: rgb(118,144,188); }

 H1.HeaderClassName
 {
   color: #7690BC;
 }
 .AnyTagClassName
 {
   color: #7690BC;
 }
</style>

background-color css

<style>
 a { background-color: #7690BC; }

 a { background-color: rgb(118,144,188); }

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

border-color css

<style>
 span { border-color: #7690BC; }

 span { border-color: rgb(118,144,188); }

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