Html Css Color HEX #868DF6 Portage

📋 copy color: '#868DF6'

red 134 ◦ green 141 ◦ blue 246

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

Shades of Portage #868DF6

Tints of Portage #868DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.06%

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 25.72%
G = 27.06%
B = 47.22%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#868DF6 (or 0x868DF6) is known color: Portage. HEX triplet: 86, 8D and F6. RGB value is (134,141,246). Sum of RGB (Red+Green+Blue) = 134+141+246=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #868DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868DF6 is #797209. Grayscale: #969696. Windows color (decimal): -7959050 or 16158086. OLE color: 16158086.

HSL color Cylindrical-coordinate representation of color #868DF6: hue angle of 236.25º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #868DF6 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 141 246 -
CMYK 0.46 0.43 0 0.04
HSL 236.25º 0.86% 0.75% -
HSV(B) 236.25º 0.46% 0.96% -
XYZ 35.99 30.77 91.23 -
YUV 150.88 181.68 115.96 -
System Red Green Blue C M Y K H S L
Decimal 134 141 246 0.46 0.43 0 0.04 236.25 0.86 0.75
Hex 86 8D F6 2E 2B 0 4 EC 56 4B
Octal 206 215 366 56 53 0 4 354 126 113
Binary 10000110 10001101 11110110 101110 101011 0 100 11101100 1010110 1001011

Color Harmonies of #868DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DF6

Black with #868DF6

Text Example


Text Example

White with #868DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,141,246); }

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

background-color css

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

 a { background-color: rgb(134,141,246); }

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

border-color css

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

 span { border-color: rgb(134,141,246); }

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