Html Css Color HEX #7690D0 Wild Blue Yonder

📋 copy color: '#7690D0'

red 118 ◦ green 144 ◦ blue 208

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

Shades of Wild Blue Yonder #7690D0

Tints of Wild Blue Yonder #7690D0

RGB

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

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

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

R = 25.11%
G = 30.64%
B = 44.26%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7690D0 (or 0x7690D0) is known color: Wild Blue Yonder. HEX triplet: 76, 90 and D0. RGB value is (118,144,208). Sum of RGB (Red+Green+Blue) = 118+144+208=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #7690D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690D0 is #896F2F. Grayscale: #8F8F8F. Windows color (decimal): -9006896 or 13668470. OLE color: 13668470.

HSL color Cylindrical-coordinate representation of color #7690D0: hue angle of 222.67º 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 #7690D0 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 144 208 -
CMYK 0.43 0.31 0 0.18
HSL 222.67º 0.49% 0.64% -
HSV(B) 222.67º 0.43% 0.82% -
XYZ 28.83 28.35 63.63 -
YUV 143.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 118 144 208 0.43 0.31 0 0.18 222.67 0.49 0.64
Hex 76 90 D0 2B 1F 0 12 DF 31 40
Octal 166 220 320 53 37 0 22 337 61 100
Binary 1110110 10010000 11010000 101011 11111 0 10010 11011111 110001 1000000

Color Harmonies of #7690D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690D0

Black with #7690D0

Text Example


Text Example

White with #7690D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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