Html Css Color HEX #868CDB Portage

📋 copy color: '#868CDB'

red 134 ◦ green 140 ◦ blue 219

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

Shades of Portage #868CDB

Tints of Portage #868CDB

RGB

 RED value IS 134 (52.73% from 255) = 27.18%

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 27.18%
G = 28.4%
B = 44.42%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#868CDB (or 0x868CDB) is known color: Portage. HEX triplet: 86, 8C and DB. RGB value is (134,140,219). Sum of RGB (Red+Green+Blue) = 134+140+219=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #868CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CDB is #797324. Grayscale: #929292. Windows color (decimal): -7959333 or 14388358. OLE color: 14388358.

HSL color Cylindrical-coordinate representation of color #868CDB: hue angle of 235.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868CDB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 140 219 -
CMYK 0.39 0.36 0 0.14
HSL 235.76º 0.54% 0.69% -
HSV(B) 235.76º 0.39% 0.86% -
XYZ 32 28.94 70.92 -
YUV 147.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 134 140 219 0.39 0.36 0 0.14 235.76 0.54 0.69
Hex 86 8C DB 27 24 0 E EC 36 45
Octal 206 214 333 47 44 0 16 354 66 105
Binary 10000110 10001100 11011011 100111 100100 0 1110 11101100 110110 1000101

Color Harmonies of #868CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CDB

Black with #868CDB

Text Example


Text Example

White with #868CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868CDB; }

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

 H1.HeaderClassName
 {
   color: #868CDB;
 }
 .AnyTagClassName
 {
   color: #868CDB;
 }
</style>

background-color css

<style>
 a { background-color: #868CDB; }

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

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

border-color css

<style>
 span { border-color: #868CDB; }

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

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