Html Css Color HEX #7695DB Portage

📋 copy color: '#7695DB'

red 118 ◦ green 149 ◦ blue 219

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

Shades of Portage #7695DB

Tints of Portage #7695DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 24.28%
G = 30.66%
B = 45.06%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7695DB (or 0x7695DB) is known color: Portage. HEX triplet: 76, 95 and DB. RGB value is (118,149,219). Sum of RGB (Red+Green+Blue) = 118+149+219=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7695DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695DB is #896A24. Grayscale: #939393. Windows color (decimal): -9005605 or 14390646. OLE color: 14390646.

HSL color Cylindrical-coordinate representation of color #7695DB: hue angle of 221.58º degrees, saturation: 0.58, 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 #7695DB is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 149 219 -
CMYK 0.46 0.32 0 0.14
HSL 221.58º 0.58% 0.66% -
HSV(B) 221.58º 0.46% 0.86% -
XYZ 31 30.46 71.26 -
YUV 147.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 118 149 219 0.46 0.32 0 0.14 221.58 0.58 0.66
Hex 76 95 DB 2E 20 0 E DE 3A 42
Octal 166 225 333 56 40 0 16 336 72 102
Binary 1110110 10010101 11011011 101110 100000 0 1110 11011110 111010 1000010

Color Harmonies of #7695DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695DB

Black with #7695DB

Text Example


Text Example

White with #7695DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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