Html Css Color HEX #8992D1 Portage

📋 copy color: '#8992D1'

red 137 ◦ green 146 ◦ blue 209

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

Shades of Portage #8992D1

Tints of Portage #8992D1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 27.85%
G = 29.67%
B = 42.48%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8992D1 (or 0x8992D1) is known color: Portage. HEX triplet: 89, 92 and D1. RGB value is (137,146,209). Sum of RGB (Red+Green+Blue) = 137+146+209=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #8992D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992D1 is #766D2E. Grayscale: #969696. Windows color (decimal): -7761199 or 13734537. OLE color: 13734537.

HSL color Cylindrical-coordinate representation of color #8992D1: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8992D1 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 146 209 -
CMYK 0.34 0.30 0 0.18
HSL 232.5º 0.44% 0.68% -
HSV(B) 232.5º 0.34% 0.82% -
XYZ 32.1 30.48 64.51 -
YUV 150.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 137 146 209 0.34 0.30 0 0.18 232.5 0.44 0.68
Hex 89 92 D1 22 1E 0 12 E8 2C 44
Octal 211 222 321 42 36 0 22 350 54 104
Binary 10001001 10010010 11010001 100010 11110 0 10010 11101000 101100 1000100

Color Harmonies of #8992D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992D1

Black with #8992D1

Text Example


Text Example

White with #8992D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8992D1; }

 p { color: rgb(137,146,209); }

 H1.HeaderClassName
 {
   color: #8992D1;
 }
 .AnyTagClassName
 {
   color: #8992D1;
 }
</style>

background-color css

<style>
 a { background-color: #8992D1; }

 a { background-color: rgb(137,146,209); }

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

border-color css

<style>
 span { border-color: #8992D1; }

 span { border-color: rgb(137,146,209); }

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