Html Css Color HEX #7C86DB Portage

📋 copy color: '#7C86DB'

red 124 ◦ green 134 ◦ blue 219

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

Shades of Portage #7C86DB

Tints of Portage #7C86DB

RGB

 RED value IS 124 (48.83% from 255) = 26%

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

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

R = 26%
G = 28.09%
B = 45.91%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C86DB (or 0x7C86DB) is known color: Portage. HEX triplet: 7C, 86 and DB. RGB value is (124,134,219). Sum of RGB (Red+Green+Blue) = 124+134+219=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C86DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C86DB is #837924. Grayscale: #8C8C8C. Windows color (decimal): -8616229 or 14386812. OLE color: 14386812.

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

Color convert

RGB 124 134 219 -
CMYK 0.43 0.39 0 0.14
HSL 233.68º 0.57% 0.67% -
HSV(B) 233.68º 0.43% 0.86% -
XYZ 29.62 26.45 70.56 -
YUV 140.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 124 134 219 0.43 0.39 0 0.14 233.68 0.57 0.67
Hex 7C 86 DB 2B 27 0 E EA 39 43
Octal 174 206 333 53 47 0 16 352 71 103
Binary 1111100 10000110 11011011 101011 100111 0 1110 11101010 111001 1000011

Color Harmonies of #7C86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C86DB

Black with #7C86DB

Text Example


Text Example

White with #7C86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,134,219); }

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

background-color css

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

 a { background-color: rgb(124,134,219); }

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

border-color css

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

 span { border-color: rgb(124,134,219); }

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