Html Css Color HEX #868CDF Portage

📋 copy color: '#868CDF'

red 134 ◦ green 140 ◦ blue 223

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

Shades of Portage #868CDF

Tints of Portage #868CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 26.96%
G = 28.17%
B = 44.87%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#868CDF (or 0x868CDF) is known color: Portage. HEX triplet: 86, 8C and DF. RGB value is (134,140,223). Sum of RGB (Red+Green+Blue) = 134+140+223=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #868CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CDF is #797320. Grayscale: #939393. Windows color (decimal): -7959329 or 14650502. OLE color: 14650502.

HSL color Cylindrical-coordinate representation of color #868CDF: hue angle of 235.96º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868CDF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 140 223 -
CMYK 0.40 0.37 0 0.13
HSL 235.96º 0.58% 0.7% -
HSV(B) 235.96º 0.4% 0.87% -
XYZ 32.53 29.15 73.72 -
YUV 147.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 134 140 223 0.40 0.37 0 0.13 235.96 0.58 0.7
Hex 86 8C DF 28 25 0 D EC 3A 46
Octal 206 214 337 50 45 0 15 354 72 106
Binary 10000110 10001100 11011111 101000 100101 0 1101 11101100 111010 1000110

Color Harmonies of #868CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CDF

Black with #868CDF

Text Example


Text Example

White with #868CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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