Html Css Color HEX #7E85DB Portage

📋 copy color: '#7E85DB'

red 126 ◦ green 133 ◦ blue 219

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

Shades of Portage #7E85DB

Tints of Portage #7E85DB

RGB

 RED value IS 126 (49.61% from 255) = 26.36%

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

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

R = 26.36%
G = 27.82%
B = 45.82%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E85DB (or 0x7E85DB) is known color: Portage. HEX triplet: 7E, 85 and DB. RGB value is (126,133,219). Sum of RGB (Red+Green+Blue) = 126+133+219=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E85DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E85DB is #817A24. Grayscale: #8C8C8C. Windows color (decimal): -8485413 or 14386558. OLE color: 14386558.

HSL color Cylindrical-coordinate representation of color #7E85DB: hue angle of 235.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E85DB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 133 219 -
CMYK 0.42 0.39 0 0.14
HSL 235.48º 0.56% 0.68% -
HSV(B) 235.48º 0.42% 0.86% -
XYZ 29.78 26.33 70.53 -
YUV 140.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 126 133 219 0.42 0.39 0 0.14 235.48 0.56 0.68
Hex 7E 85 DB 2A 27 0 E EB 38 44
Octal 176 205 333 52 47 0 16 353 70 104
Binary 1111110 10000101 11011011 101010 100111 0 1110 11101011 111000 1000100

Color Harmonies of #7E85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E85DB

Black with #7E85DB

Text Example


Text Example

White with #7E85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E85DB; }

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

 H1.HeaderClassName
 {
   color: #7E85DB;
 }
 .AnyTagClassName
 {
   color: #7E85DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E85DB; }

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

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

border-color css

<style>
 span { border-color: #7E85DB; }

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

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