Html Css Color HEX #868ADD Portage

📋 copy color: '#868ADD'

red 134 ◦ green 138 ◦ blue 221

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

Shades of Portage #868ADD

Tints of Portage #868ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.99%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 27.18%
G = 27.99%
B = 44.83%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#868ADD (or 0x868ADD) is known color: Portage. HEX triplet: 86, 8A and DD. RGB value is (134,138,221). Sum of RGB (Red+Green+Blue) = 134+138+221=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #868ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ADD is #797522. Grayscale: #919191. Windows color (decimal): -7959843 or 14518918. OLE color: 14518918.

HSL color Cylindrical-coordinate representation of color #868ADD: hue angle of 237.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868ADD is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 138 221 -
CMYK 0.39 0.38 0 0.13
HSL 237.24º 0.56% 0.7% -
HSV(B) 237.24º 0.39% 0.87% -
XYZ 31.97 28.47 72.22 -
YUV 146.27 170.17 119.25 -
System Red Green Blue C M Y K H S L
Decimal 134 138 221 0.39 0.38 0 0.13 237.24 0.56 0.7
Hex 86 8A DD 27 26 0 D ED 38 46
Octal 206 212 335 47 46 0 15 355 70 106
Binary 10000110 10001010 11011101 100111 100110 0 1101 11101101 111000 1000110

Color Harmonies of #868ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ADD

Black with #868ADD

Text Example


Text Example

White with #868ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,138,221); }

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

background-color css

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

 a { background-color: rgb(134,138,221); }

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

border-color css

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

 span { border-color: rgb(134,138,221); }

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