Html Css Color HEX #8699DA Portage

📋 copy color: '#8699DA'

red 134 ◦ green 153 ◦ blue 218

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

Shades of Portage #8699DA

Tints of Portage #8699DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

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

R = 26.53%
G = 30.3%
B = 43.17%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8699DA (or 0x8699DA) is known color: Portage. HEX triplet: 86, 99 and DA. RGB value is (134,153,218). Sum of RGB (Red+Green+Blue) = 134+153+218=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #8699DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8699DA is #796625. Grayscale: #9A9A9A. Windows color (decimal): -7956006 or 14326150. OLE color: 14326150.

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

Color convert

RGB 134 153 218 -
CMYK 0.39 0.30 0 0.15
HSL 226.43º 0.53% 0.69% -
HSV(B) 226.43º 0.39% 0.85% -
XYZ 33.88 32.91 70.9 -
YUV 154.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 134 153 218 0.39 0.30 0 0.15 226.43 0.53 0.69
Hex 86 99 DA 27 1E 0 F E2 35 45
Octal 206 231 332 47 36 0 17 342 65 105
Binary 10000110 10011001 11011010 100111 11110 0 1111 11100010 110101 1000101

Color Harmonies of #8699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8699DA

Black with #8699DA

Text Example


Text Example

White with #8699DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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