Html Css Color HEX #8992DA Portage

📋 copy color: '#8992DA'

red 137 ◦ green 146 ◦ blue 218

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

Shades of Portage #8992DA

Tints of Portage #8992DA

RGB

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

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

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

R = 27.35%
G = 29.14%
B = 43.51%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8992DA (or 0x8992DA) is known color: Portage. HEX triplet: 89, 92 and DA. RGB value is (137,146,218). Sum of RGB (Red+Green+Blue) = 137+146+218=501 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.35% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #8992DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992DA is #766D25. Grayscale: #979797. Windows color (decimal): -7761190 or 14324361. OLE color: 14324361.

HSL color Cylindrical-coordinate representation of color #8992DA: hue angle of 233.33º 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 #8992DA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 146 218 -
CMYK 0.37 0.33 0 0.15
HSL 233.33º 0.52% 0.7% -
HSV(B) 233.33º 0.37% 0.85% -
XYZ 33.25 30.94 70.55 -
YUV 151.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 137 146 218 0.37 0.33 0 0.15 233.33 0.52 0.7
Hex 89 92 DA 25 21 0 F E9 34 46
Octal 211 222 332 45 41 0 17 351 64 106
Binary 10001001 10010010 11011010 100101 100001 0 1111 11101001 110100 1000110

Color Harmonies of #8992DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992DA

Black with #8992DA

Text Example


Text Example

White with #8992DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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