Html Css Color HEX #7F85DB Portage

📋 copy color: '#7F85DB'

red 127 ◦ green 133 ◦ blue 219

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

Shades of Portage #7F85DB

Tints of Portage #7F85DB

RGB

 RED value IS 127 (50% from 255) = 26.51%

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

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

R = 26.51%
G = 27.77%
B = 45.72%

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

#7F85DB (or 0x7F85DB) is known color: Portage. HEX triplet: 7F, 85 and DB. RGB value is (127,133,219). Sum of RGB (Red+Green+Blue) = 127+133+219=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F85DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F85DB is #807A24. Grayscale: #8C8C8C. Windows color (decimal): -8419877 or 14386559. OLE color: 14386559.

HSL color Cylindrical-coordinate representation of color #7F85DB: hue angle of 236.09º 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 #7F85DB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 133 219 -
CMYK 0.42 0.39 0 0.14
HSL 236.09º 0.56% 0.68% -
HSV(B) 236.09º 0.42% 0.86% -
XYZ 29.93 26.4 70.54 -
YUV 141.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 127 133 219 0.42 0.39 0 0.14 236.09 0.56 0.68
Hex 7F 85 DB 2A 27 0 E EC 38 44
Octal 177 205 333 52 47 0 16 354 70 104
Binary 1111111 10000101 11011011 101010 100111 0 1110 11101100 111000 1000100

Color Harmonies of #7F85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F85DB

Black with #7F85DB

Text Example


Text Example

White with #7F85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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