Html Css Color HEX #8992FC Portage

📋 copy color: '#8992FC'

red 137 ◦ green 146 ◦ blue 252

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

Shades of Portage #8992FC

Tints of Portage #8992FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.1%

R = 25.61%
G = 27.29%
B = 47.1%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8992FC (or 0x8992FC) is known color: Portage. HEX triplet: 89, 92 and FC. RGB value is (137,146,252). Sum of RGB (Red+Green+Blue) = 137+146+252=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #8992FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8992FC is #766D03. Grayscale: #9A9A9A. Windows color (decimal): -7761156 or 16552585. OLE color: 16552585.

HSL color Cylindrical-coordinate representation of color #8992FC: hue angle of 235.3º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8992FC is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 146 252 -
CMYK 0.46 0.42 0 0.01
HSL 235.3º 0.95% 0.76% -
HSV(B) 235.3º 0.46% 0.99% -
XYZ 38.17 32.9 96.44 -
YUV 155.39 182.52 114.88 -
System Red Green Blue C M Y K H S L
Decimal 137 146 252 0.46 0.42 0 0.01 235.3 0.95 0.76
Hex 89 92 FC 2E 2A 0 1 EB 5F 4C
Octal 211 222 374 56 52 0 1 353 137 114
Binary 10001001 10010010 11111100 101110 101010 0 1 11101011 1011111 1001100

Color Harmonies of #8992FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992FC

Black with #8992FC

Text Example


Text Example

White with #8992FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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