Html Css Color HEX #7B86DC Portage

📋 copy color: '#7B86DC'

red 123 ◦ green 134 ◦ blue 220

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

Shades of Portage #7B86DC

Tints of Portage #7B86DC

RGB

 RED value IS 123 (48.44% from 255) = 25.79%

 GREEN value IS 134 (52.73% from 255) = 28.09%

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 25.79%
G = 28.09%
B = 46.12%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B86DC (or 0x7B86DC) is known color: Portage. HEX triplet: 7B, 86 and DC. RGB value is (123,134,220). Sum of RGB (Red+Green+Blue) = 123+134+220=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B86DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B86DC is #847923. Grayscale: #8C8C8C. Windows color (decimal): -8681764 or 14452347. OLE color: 14452347.

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

Color convert

RGB 123 134 220 -
CMYK 0.44 0.39 0 0.14
HSL 233.2º 0.58% 0.67% -
HSV(B) 233.2º 0.44% 0.86% -
XYZ 29.61 26.43 71.25 -
YUV 140.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 123 134 220 0.44 0.39 0 0.14 233.2 0.58 0.67
Hex 7B 86 DC 2C 27 0 E E9 3A 43
Octal 173 206 334 54 47 0 16 351 72 103
Binary 1111011 10000110 11011100 101100 100111 0 1110 11101001 111010 1000011

Color Harmonies of #7B86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B86DC

Black with #7B86DC

Text Example


Text Example

White with #7B86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,134,220); }

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

background-color css

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

 a { background-color: rgb(123,134,220); }

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

border-color css

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

 span { border-color: rgb(123,134,220); }

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