Html Css Color HEX #868BDA Portage

📋 copy color: '#868BDA'

red 134 ◦ green 139 ◦ blue 218

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

Shades of Portage #868BDA

Tints of Portage #868BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.31%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 27.29%
G = 28.31%
B = 44.4%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#868BDA (or 0x868BDA) is known color: Portage. HEX triplet: 86, 8B and DA. RGB value is (134,139,218). Sum of RGB (Red+Green+Blue) = 134+139+218=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #868BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868BDA is #797425. Grayscale: #929292. Windows color (decimal): -7959590 or 14322566. OLE color: 14322566.

HSL color Cylindrical-coordinate representation of color #868BDA: hue angle of 236.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868BDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 139 218 -
CMYK 0.39 0.36 0 0.15
HSL 236.43º 0.53% 0.69% -
HSV(B) 236.43º 0.39% 0.85% -
XYZ 31.72 28.6 70.18 -
YUV 146.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 134 139 218 0.39 0.36 0 0.15 236.43 0.53 0.69
Hex 86 8B DA 27 24 0 F EC 35 45
Octal 206 213 332 47 44 0 17 354 65 105
Binary 10000110 10001011 11011010 100111 100100 0 1111 11101100 110101 1000101

Color Harmonies of #868BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868BDA

Black with #868BDA

Text Example


Text Example

White with #868BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,139,218); }

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

background-color css

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

 a { background-color: rgb(134,139,218); }

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

border-color css

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

 span { border-color: rgb(134,139,218); }

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