Html Css Color HEX #8695DD Portage

📋 copy color: '#8695DD'

red 134 ◦ green 149 ◦ blue 221

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

Shades of Portage #8695DD

Tints of Portage #8695DD

RGB

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

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

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

R = 26.59%
G = 29.56%
B = 43.85%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8695DD (or 0x8695DD) is known color: Portage. HEX triplet: 86, 95 and DD. RGB value is (134,149,221). Sum of RGB (Red+Green+Blue) = 134+149+221=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #8695DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695DD is #796A22. Grayscale: #989898. Windows color (decimal): -7957027 or 14521734. OLE color: 14521734.

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

Color convert

RGB 134 149 221 -
CMYK 0.39 0.33 0 0.13
HSL 229.66º 0.56% 0.7% -
HSV(B) 229.66º 0.39% 0.87% -
XYZ 33.63 31.78 72.77 -
YUV 152.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 134 149 221 0.39 0.33 0 0.13 229.66 0.56 0.7
Hex 86 95 DD 27 21 0 D E6 38 46
Octal 206 225 335 47 41 0 15 346 70 106
Binary 10000110 10010101 11011101 100111 100001 0 1101 11100110 111000 1000110

Color Harmonies of #8695DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8695DD

Black with #8695DD

Text Example


Text Example

White with #8695DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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