Html Css Color HEX #8685DA Portage

📋 copy color: '#8685DA'

red 134 ◦ green 133 ◦ blue 218

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

Shades of Portage #8685DA

Tints of Portage #8685DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.42%

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

R = 27.63%
G = 27.42%
B = 44.95%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8685DA (or 0x8685DA) is known color: Portage. HEX triplet: 86, 85 and DA. RGB value is (134,133,218). Sum of RGB (Red+Green+Blue) = 134+133+218=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8685DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8685DA is #797A25. Grayscale: #8E8E8E. Windows color (decimal): -7961126 or 14321030. OLE color: 14321030.

HSL color Cylindrical-coordinate representation of color #8685DA: hue angle of 240.71º 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 #8685DA is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 133 218 -
CMYK 0.39 0.39 0 0.15
HSL 240.71º 0.53% 0.69% -
HSV(B) 240.71º 0.39% 0.85% -
XYZ 30.87 26.91 69.9 -
YUV 142.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 134 133 218 0.39 0.39 0 0.15 240.71 0.53 0.69
Hex 86 85 DA 27 27 0 F F1 35 45
Octal 206 205 332 47 47 0 17 361 65 105
Binary 10000110 10000101 11011010 100111 100111 0 1111 11110001 110101 1000101

Color Harmonies of #8685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8685DA

Black with #8685DA

Text Example


Text Example

White with #8685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8685DA; }

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

 H1.HeaderClassName
 {
   color: #8685DA;
 }
 .AnyTagClassName
 {
   color: #8685DA;
 }
</style>

background-color css

<style>
 a { background-color: #8685DA; }

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

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

border-color css

<style>
 span { border-color: #8685DA; }

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

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