Html Css Color HEX #868DCA Portage

📋 copy color: '#868DCA'

red 134 ◦ green 141 ◦ blue 202

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

Shades of Portage #868DCA

Tints of Portage #868DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 28.09%
G = 29.56%
B = 42.35%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#868DCA (or 0x868DCA) is known color: Portage. HEX triplet: 86, 8D and CA. RGB value is (134,141,202). Sum of RGB (Red+Green+Blue) = 134+141+202=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #868DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DCA is #797235. Grayscale: #919191. Windows color (decimal): -7959094 or 13274502. OLE color: 13274502.

HSL color Cylindrical-coordinate representation of color #868DCA: hue angle of 233.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868DCA is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 141 202 -
CMYK 0.34 0.30 0 0.21
HSL 233.82º 0.39% 0.66% -
HSV(B) 233.82º 0.34% 0.79% -
XYZ 30.02 28.38 59.77 -
YUV 145.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 134 141 202 0.34 0.30 0 0.21 233.82 0.39 0.66
Hex 86 8D CA 22 1E 0 15 EA 27 42
Octal 206 215 312 42 36 0 25 352 47 102
Binary 10000110 10001101 11001010 100010 11110 0 10101 11101010 100111 1000010

Color Harmonies of #868DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DCA

Black with #868DCA

Text Example


Text Example

White with #868DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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