Html Css Color HEX #7693DB Portage

📋 copy color: '#7693DB'

red 118 ◦ green 147 ◦ blue 219

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

Shades of Portage #7693DB

Tints of Portage #7693DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

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

R = 24.38%
G = 30.37%
B = 45.25%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7693DB (or 0x7693DB) is known color: Portage. HEX triplet: 76, 93 and DB. RGB value is (118,147,219). Sum of RGB (Red+Green+Blue) = 118+147+219=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7693DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7693DB is #896C24. Grayscale: #929292. Windows color (decimal): -9006117 or 14390134. OLE color: 14390134.

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

Color convert

RGB 118 147 219 -
CMYK 0.46 0.33 0 0.14
HSL 222.77º 0.58% 0.66% -
HSV(B) 222.77º 0.46% 0.86% -
XYZ 30.69 29.83 71.16 -
YUV 146.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 118 147 219 0.46 0.33 0 0.14 222.77 0.58 0.66
Hex 76 93 DB 2E 21 0 E DF 3A 42
Octal 166 223 333 56 41 0 16 337 72 102
Binary 1110110 10010011 11011011 101110 100001 0 1110 11011111 111010 1000010

Color Harmonies of #7693DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7693DB

Black with #7693DB

Text Example


Text Example

White with #7693DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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