Html Css Color HEX #868DF0 Portage

📋 copy color: '#868DF0'

red 134 ◦ green 141 ◦ blue 240

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

Shades of Portage #868DF0

Tints of Portage #868DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 26.02%
G = 27.38%
B = 46.6%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#868DF0 (or 0x868DF0) is known color: Portage. HEX triplet: 86, 8D and F0. RGB value is (134,141,240). Sum of RGB (Red+Green+Blue) = 134+141+240=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #868DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868DF0 is #79720F. Grayscale: #959595. Windows color (decimal): -7959056 or 15764870. OLE color: 15764870.

HSL color Cylindrical-coordinate representation of color #868DF0: hue angle of 236.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #868DF0 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 141 240 -
CMYK 0.44 0.41 0 0.06
HSL 236.04º 0.78% 0.73% -
HSV(B) 236.04º 0.44% 0.94% -
XYZ 35.08 30.41 86.46 -
YUV 150.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 134 141 240 0.44 0.41 0 0.06 236.04 0.78 0.73
Hex 86 8D F0 2C 29 0 6 EC 4E 49
Octal 206 215 360 54 51 0 6 354 116 111
Binary 10000110 10001101 11110000 101100 101001 0 110 11101100 1001110 1001001

Color Harmonies of #868DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DF0

Black with #868DF0

Text Example


Text Example

White with #868DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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