Html Css Color HEX #868FDB Portage

📋 copy color: '#868FDB'

red 134 ◦ green 143 ◦ blue 219

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

Shades of Portage #868FDB

Tints of Portage #868FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

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

R = 27.02%
G = 28.83%
B = 44.15%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#868FDB (or 0x868FDB) is known color: Portage. HEX triplet: 86, 8F and DB. RGB value is (134,143,219). Sum of RGB (Red+Green+Blue) = 134+143+219=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #868FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FDB is #797024. Grayscale: #949494. Windows color (decimal): -7958565 or 14389126. OLE color: 14389126.

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

Color convert

RGB 134 143 219 -
CMYK 0.39 0.35 0 0.14
HSL 233.65º 0.54% 0.69% -
HSV(B) 233.65º 0.39% 0.86% -
XYZ 32.44 29.83 71.07 -
YUV 148.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 134 143 219 0.39 0.35 0 0.14 233.65 0.54 0.69
Hex 86 8F DB 27 23 0 E EA 36 45
Octal 206 217 333 47 43 0 16 352 66 105
Binary 10000110 10001111 11011011 100111 100011 0 1110 11101010 110110 1000101

Color Harmonies of #868FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FDB

Black with #868FDB

Text Example


Text Example

White with #868FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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