Html Css Color HEX #8992FB Portage

📋 copy color: '#8992FB'

red 137 ◦ green 146 ◦ blue 251

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

Shades of Portage #8992FB

Tints of Portage #8992FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47%

R = 25.66%
G = 27.34%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8992FB (or 0x8992FB) is known color: Portage. HEX triplet: 89, 92 and FB. RGB value is (137,146,251). Sum of RGB (Red+Green+Blue) = 137+146+251=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #8992FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8992FB is #766D04. Grayscale: #9A9A9A. Windows color (decimal): -7761157 or 16487049. OLE color: 16487049.

HSL color Cylindrical-coordinate representation of color #8992FB: hue angle of 235.26º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8992FB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 146 251 -
CMYK 0.45 0.42 0 0.02
HSL 235.26º 0.93% 0.76% -
HSV(B) 235.26º 0.45% 0.98% -
XYZ 38.01 32.84 95.6 -
YUV 155.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 137 146 251 0.45 0.42 0 0.02 235.26 0.93 0.76
Hex 89 92 FB 2D 2A 0 2 EB 5D 4C
Octal 211 222 373 55 52 0 2 353 135 114
Binary 10001001 10010010 11111011 101101 101010 0 10 11101011 1011101 1001100

Color Harmonies of #8992FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992FB

Black with #8992FB

Text Example


Text Example

White with #8992FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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