Html Css Color HEX #7D86DB Portage

📋 copy color: '#7D86DB'

red 125 ◦ green 134 ◦ blue 219

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

Shades of Portage #7D86DB

Tints of Portage #7D86DB

RGB

 RED value IS 125 (49.22% from 255) = 26.15%

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

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

R = 26.15%
G = 28.03%
B = 45.82%

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

#7D86DB (or 0x7D86DB) is known color: Portage. HEX triplet: 7D, 86 and DB. RGB value is (125,134,219). Sum of RGB (Red+Green+Blue) = 125+134+219=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 134 (52.73% from 255 or 28.03% 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 #7D86DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D86DB is #827924. Grayscale: #8C8C8C. Windows color (decimal): -8550693 or 14386813. OLE color: 14386813.

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

Color convert

RGB 125 134 219 -
CMYK 0.43 0.39 0 0.14
HSL 234.26º 0.57% 0.67% -
HSV(B) 234.26º 0.43% 0.86% -
XYZ 29.77 26.52 70.57 -
YUV 141 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 125 134 219 0.43 0.39 0 0.14 234.26 0.57 0.67
Hex 7D 86 DB 2B 27 0 E EA 39 43
Octal 175 206 333 53 47 0 16 352 71 103
Binary 1111101 10000110 11011011 101011 100111 0 1110 11101010 111001 1000011

Color Harmonies of #7D86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D86DB

Black with #7D86DB

Text Example


Text Example

White with #7D86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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