Html Css Color HEX #7985DB Portage

📋 copy color: '#7985DB'

red 121 ◦ green 133 ◦ blue 219

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

Shades of Portage #7985DB

Tints of Portage #7985DB

RGB

 RED value IS 121 (47.66% from 255) = 25.58%

 GREEN value IS 133 (52.34% from 255) = 28.12%

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

R = 25.58%
G = 28.12%
B = 46.3%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7985DB (or 0x7985DB) is known color: Portage. HEX triplet: 79, 85 and DB. RGB value is (121,133,219). Sum of RGB (Red+Green+Blue) = 121+133+219=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #7985DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7985DB is #867A24. Grayscale: #8A8A8A. Windows color (decimal): -8813093 or 14386553. OLE color: 14386553.

HSL color Cylindrical-coordinate representation of color #7985DB: hue angle of 232.65º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7985DB is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 133 219 -
CMYK 0.45 0.39 0 0.14
HSL 232.65º 0.58% 0.67% -
HSV(B) 232.65º 0.45% 0.86% -
XYZ 29.06 25.95 70.5 -
YUV 139.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 121 133 219 0.45 0.39 0 0.14 232.65 0.58 0.67
Hex 79 85 DB 2D 27 0 E E9 3A 43
Octal 171 205 333 55 47 0 16 351 72 103
Binary 1111001 10000101 11011011 101101 100111 0 1110 11101001 111010 1000011

Color Harmonies of #7985DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7985DB

Black with #7985DB

Text Example


Text Example

White with #7985DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,133,219); }

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

background-color css

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

 a { background-color: rgb(121,133,219); }

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

border-color css

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

 span { border-color: rgb(121,133,219); }

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