Html Css Color HEX #8997DA Portage

📋 copy color: '#8997DA'

red 137 ◦ green 151 ◦ blue 218

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

Shades of Portage #8997DA

Tints of Portage #8997DA

RGB

 RED value IS 137 (53.91% from 255) = 27.08%

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

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

R = 27.08%
G = 29.84%
B = 43.08%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8997DA (or 0x8997DA) is known color: Portage. HEX triplet: 89, 97 and DA. RGB value is (137,151,218). Sum of RGB (Red+Green+Blue) = 137+151+218=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #8997DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8997DA is #766825. Grayscale: #9A9A9A. Windows color (decimal): -7759910 or 14325641. OLE color: 14325641.

HSL color Cylindrical-coordinate representation of color #8997DA: hue angle of 229.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8997DA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 151 218 -
CMYK 0.37 0.31 0 0.15
HSL 229.63º 0.52% 0.7% -
HSV(B) 229.63º 0.37% 0.85% -
XYZ 34.04 32.51 70.81 -
YUV 154.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 137 151 218 0.37 0.31 0 0.15 229.63 0.52 0.7
Hex 89 97 DA 25 1F 0 F E6 34 46
Octal 211 227 332 45 37 0 17 346 64 106
Binary 10001001 10010111 11011010 100101 11111 0 1111 11100110 110100 1000110

Color Harmonies of #8997DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8997DA

Black with #8997DA

Text Example


Text Example

White with #8997DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,151,218); }

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

background-color css

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

 a { background-color: rgb(137,151,218); }

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

border-color css

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

 span { border-color: rgb(137,151,218); }

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