Html Css Color HEX #8797DD Portage

📋 copy color: '#8797DD'

red 135 ◦ green 151 ◦ blue 221

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

Shades of Portage #8797DD

Tints of Portage #8797DD

RGB

 RED value IS 135 (53.13% from 255) = 26.63%

 GREEN value IS 151 (59.38% from 255) = 29.78%

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

R = 26.63%
G = 29.78%
B = 43.59%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8797DD (or 0x8797DD) is known color: Portage. HEX triplet: 87, 97 and DD. RGB value is (135,151,221). Sum of RGB (Red+Green+Blue) = 135+151+221=507 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.63% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #8797DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8797DD is #786822. Grayscale: #999999. Windows color (decimal): -7890979 or 14522247. OLE color: 14522247.

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

Color convert

RGB 135 151 221 -
CMYK 0.39 0.32 0 0.13
HSL 228.84º 0.56% 0.7% -
HSV(B) 228.84º 0.39% 0.87% -
XYZ 34.11 32.5 72.88 -
YUV 154.2 165.7 114.31 -
System Red Green Blue C M Y K H S L
Decimal 135 151 221 0.39 0.32 0 0.13 228.84 0.56 0.7
Hex 87 97 DD 27 20 0 D E5 38 46
Octal 207 227 335 47 40 0 15 345 70 106
Binary 10000111 10010111 11011101 100111 100000 0 1101 11100101 111000 1000110

Color Harmonies of #8797DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8797DD

Black with #8797DD

Text Example


Text Example

White with #8797DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,151,221); }

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

background-color css

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

 a { background-color: rgb(135,151,221); }

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

border-color css

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

 span { border-color: rgb(135,151,221); }

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