Html Css Color HEX #7695DA Portage

📋 copy color: '#7695DA'

red 118 ◦ green 149 ◦ blue 218

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

Shades of Portage #7695DA

Tints of Portage #7695DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 24.33%
G = 30.72%
B = 44.95%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7695DA (or 0x7695DA) is known color: Portage. HEX triplet: 76, 95 and DA. RGB value is (118,149,218). Sum of RGB (Red+Green+Blue) = 118+149+218=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #7695DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695DA is #896A25. Grayscale: #939393. Windows color (decimal): -9005606 or 14325110. OLE color: 14325110.

HSL color Cylindrical-coordinate representation of color #7695DA: hue angle of 221.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7695DA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 149 218 -
CMYK 0.46 0.32 0 0.15
HSL 221.4º 0.57% 0.66% -
HSV(B) 221.4º 0.46% 0.85% -
XYZ 30.87 30.41 70.57 -
YUV 147.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 118 149 218 0.46 0.32 0 0.15 221.4 0.57 0.66
Hex 76 95 DA 2E 20 0 F DD 39 42
Octal 166 225 332 56 40 0 17 335 71 102
Binary 1110110 10010101 11011010 101110 100000 0 1111 11011101 111001 1000010

Color Harmonies of #7695DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695DA

Black with #7695DA

Text Example


Text Example

White with #7695DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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