Html Css Color HEX #7690DE Portage

📋 copy color: '#7690DE'

red 118 ◦ green 144 ◦ blue 222

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

Shades of Portage #7690DE

Tints of Portage #7690DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.87%

R = 24.38%
G = 29.75%
B = 45.87%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7690DE (or 0x7690DE) is known color: Portage. HEX triplet: 76, 90 and DE. RGB value is (118,144,222). Sum of RGB (Red+Green+Blue) = 118+144+222=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 144 (56.64% from 255 or 29.75% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #7690DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690DE is #896F21. Grayscale: #909090. Windows color (decimal): -9006882 or 14585974. OLE color: 14585974.

HSL color Cylindrical-coordinate representation of color #7690DE: hue angle of 225º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7690DE is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 144 222 -
CMYK 0.47 0.35 0 0.13
HSL 225º 0.61% 0.67% -
HSV(B) 225º 0.47% 0.87% -
XYZ 30.63 29.07 73.1 -
YUV 145.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 118 144 222 0.47 0.35 0 0.13 225 0.61 0.67
Hex 76 90 DE 2F 23 0 D E1 3D 43
Octal 166 220 336 57 43 0 15 341 75 103
Binary 1110110 10010000 11011110 101111 100011 0 1101 11100001 111101 1000011

Color Harmonies of #7690DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690DE

Black with #7690DE

Text Example


Text Example

White with #7690DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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