Html Css Color HEX #868BDB Portage

📋 copy color: '#868BDB'

red 134 ◦ green 139 ◦ blue 219

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

Shades of Portage #868BDB

Tints of Portage #868BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.25%

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

R = 27.24%
G = 28.25%
B = 44.51%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#868BDB (or 0x868BDB) is known color: Portage. HEX triplet: 86, 8B and DB. RGB value is (134,139,219). Sum of RGB (Red+Green+Blue) = 134+139+219=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #868BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BDB is #797424. Grayscale: #929292. Windows color (decimal): -7959589 or 14388102. OLE color: 14388102.

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

Color convert

RGB 134 139 219 -
CMYK 0.39 0.37 0 0.14
HSL 236.47º 0.54% 0.69% -
HSV(B) 236.47º 0.39% 0.86% -
XYZ 31.85 28.65 70.87 -
YUV 146.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 134 139 219 0.39 0.37 0 0.14 236.47 0.54 0.69
Hex 86 8B DB 27 25 0 E EC 36 45
Octal 206 213 333 47 45 0 16 354 66 105
Binary 10000110 10001011 11011011 100111 100101 0 1110 11101100 110110 1000101

Color Harmonies of #868BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868BDB

Black with #868BDB

Text Example


Text Example

White with #868BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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