Html Css Color HEX #8695DA Portage

📋 copy color: '#8695DA'

red 134 ◦ green 149 ◦ blue 218

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

Shades of Portage #8695DA

Tints of Portage #8695DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

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

R = 26.75%
G = 29.74%
B = 43.51%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8695DA (or 0x8695DA) is known color: Portage. HEX triplet: 86, 95 and DA. RGB value is (134,149,218). Sum of RGB (Red+Green+Blue) = 134+149+218=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8695DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695DA is #796A25. Grayscale: #989898. Windows color (decimal): -7957030 or 14325126. OLE color: 14325126.

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

Color convert

RGB 134 149 218 -
CMYK 0.39 0.32 0 0.15
HSL 229.29º 0.53% 0.69% -
HSV(B) 229.29º 0.39% 0.85% -
XYZ 33.23 31.63 70.68 -
YUV 152.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 134 149 218 0.39 0.32 0 0.15 229.29 0.53 0.69
Hex 86 95 DA 27 20 0 F E5 35 45
Octal 206 225 332 47 40 0 17 345 65 105
Binary 10000110 10010101 11011010 100111 100000 0 1111 11100101 110101 1000101

Color Harmonies of #8695DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8695DA

Black with #8695DA

Text Example


Text Example

White with #8695DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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