Html Css Color HEX #868ADC Portage

📋 copy color: '#868ADC'

red 134 ◦ green 138 ◦ blue 220

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

Shades of Portage #868ADC

Tints of Portage #868ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 27.24%
G = 28.05%
B = 44.72%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#868ADC (or 0x868ADC) is known color: Portage. HEX triplet: 86, 8A and DC. RGB value is (134,138,220). Sum of RGB (Red+Green+Blue) = 134+138+220=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #868ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ADC is #797523. Grayscale: #919191. Windows color (decimal): -7959844 or 14453382. OLE color: 14453382.

HSL color Cylindrical-coordinate representation of color #868ADC: hue angle of 237.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868ADC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 138 220 -
CMYK 0.39 0.37 0 0.14
HSL 237.21º 0.55% 0.69% -
HSV(B) 237.21º 0.39% 0.86% -
XYZ 31.84 28.41 71.52 -
YUV 146.15 169.67 119.33 -
System Red Green Blue C M Y K H S L
Decimal 134 138 220 0.39 0.37 0 0.14 237.21 0.55 0.69
Hex 86 8A DC 27 25 0 E ED 37 45
Octal 206 212 334 47 45 0 16 355 67 105
Binary 10000110 10001010 11011100 100111 100101 0 1110 11101101 110111 1000101

Color Harmonies of #868ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ADC

Black with #868ADC

Text Example


Text Example

White with #868ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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