Html Css Color HEX #7695DD Portage

📋 copy color: '#7695DD'

red 118 ◦ green 149 ◦ blue 221

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

Shades of Portage #7695DD

Tints of Portage #7695DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.53%

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

R = 24.18%
G = 30.53%
B = 45.29%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7695DD (or 0x7695DD) is known color: Portage. HEX triplet: 76, 95 and DD. RGB value is (118,149,221). Sum of RGB (Red+Green+Blue) = 118+149+221=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7695DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695DD is #896A22. Grayscale: #939393. Windows color (decimal): -9005603 or 14521718. OLE color: 14521718.

HSL color Cylindrical-coordinate representation of color #7695DD: hue angle of 221.94º 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 #7695DD is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 149 221 -
CMYK 0.47 0.33 0 0.13
HSL 221.94º 0.6% 0.66% -
HSV(B) 221.94º 0.47% 0.87% -
XYZ 31.27 30.57 72.66 -
YUV 147.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 118 149 221 0.47 0.33 0 0.13 221.94 0.6 0.66
Hex 76 95 DD 2F 21 0 D DE 3C 42
Octal 166 225 335 57 41 0 15 336 74 102
Binary 1110110 10010101 11011101 101111 100001 0 1101 11011110 111100 1000010

Color Harmonies of #7695DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695DD

Black with #7695DD

Text Example


Text Example

White with #7695DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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