Html Css Color HEX #7687DD Portage

📋 copy color: '#7687DD'

red 118 ◦ green 135 ◦ blue 221

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

Shades of Portage #7687DD

Tints of Portage #7687DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.48%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 24.89%
G = 28.48%
B = 46.62%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7687DD (or 0x7687DD) is known color: Portage. HEX triplet: 76, 87 and DD. RGB value is (118,135,221). Sum of RGB (Red+Green+Blue) = 118+135+221=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #7687DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687DD is #897822. Grayscale: #8B8B8B. Windows color (decimal): -9009187 or 14518134. OLE color: 14518134.

HSL color Cylindrical-coordinate representation of color #7687DD: hue angle of 230.1º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7687DD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 135 221 -
CMYK 0.47 0.39 0 0.13
HSL 230.1º 0.6% 0.66% -
HSV(B) 230.1º 0.47% 0.87% -
XYZ 29.19 26.4 71.96 -
YUV 139.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 118 135 221 0.47 0.39 0 0.13 230.1 0.6 0.66
Hex 76 87 DD 2F 27 0 D E6 3C 42
Octal 166 207 335 57 47 0 15 346 74 102
Binary 1110110 10000111 11011101 101111 100111 0 1101 11100110 111100 1000010

Color Harmonies of #7687DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7687DD

Black with #7687DD

Text Example


Text Example

White with #7687DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7687DD; }

 p { color: rgb(118,135,221); }

 H1.HeaderClassName
 {
   color: #7687DD;
 }
 .AnyTagClassName
 {
   color: #7687DD;
 }
</style>

background-color css

<style>
 a { background-color: #7687DD; }

 a { background-color: rgb(118,135,221); }

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

border-color css

<style>
 span { border-color: #7687DD; }

 span { border-color: rgb(118,135,221); }

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