Html Css Color HEX #7690DC Portage

📋 copy color: '#7690DC'

red 118 ◦ green 144 ◦ blue 220

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

Shades of Portage #7690DC

Tints of Portage #7690DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 24.48%
G = 29.88%
B = 45.64%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7690DC (or 0x7690DC) is known color: Portage. HEX triplet: 76, 90 and DC. RGB value is (118,144,220). Sum of RGB (Red+Green+Blue) = 118+144+220=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7690DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690DC is #896F23. Grayscale: #909090. Windows color (decimal): -9006884 or 14454902. OLE color: 14454902.

HSL color Cylindrical-coordinate representation of color #7690DC: hue angle of 224.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7690DC is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 144 220 -
CMYK 0.46 0.35 0 0.14
HSL 224.71º 0.59% 0.66% -
HSV(B) 224.71º 0.46% 0.86% -
XYZ 30.36 28.97 71.7 -
YUV 144.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 118 144 220 0.46 0.35 0 0.14 224.71 0.59 0.66
Hex 76 90 DC 2E 23 0 E E1 3B 42
Octal 166 220 334 56 43 0 16 341 73 102
Binary 1110110 10010000 11011100 101110 100011 0 1110 11100001 111011 1000010

Color Harmonies of #7690DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690DC

Black with #7690DC

Text Example


Text Example

White with #7690DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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