Html Css Color HEX #8392FE Portage

📋 copy color: '#8392FE'

red 131 ◦ green 146 ◦ blue 254

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

Shades of Portage #8392FE

Tints of Portage #8392FE

RGB

 RED value IS 131 (51.56% from 255) = 24.67%

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

 BLUE value IS 254 (99.61% from 255) = 47.83%

R = 24.67%
G = 27.5%
B = 47.83%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8392FE (or 0x8392FE) is known color: Portage. HEX triplet: 83, 92 and FE. RGB value is (131,146,254). Sum of RGB (Red+Green+Blue) = 131+146+254=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8392FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8392FE is #7C6D01. Grayscale: #999999. Windows color (decimal): -8154370 or 16683651. OLE color: 16683651.

HSL color Cylindrical-coordinate representation of color #8392FE: hue angle of 232.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8392FE is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 146 254 -
CMYK 0.48 0.43 0 0.00
HSL 232.68º 0.98% 0.75% -
HSV(B) 232.68º 0.48% 1% -
XYZ 37.53 32.54 98.07 -
YUV 153.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 131 146 254 0.48 0.43 0 0.00 232.68 0.98 0.75
Hex 83 92 FE 30 2B 0 0 E9 62 4B
Octal 203 222 376 60 53 0 0 351 142 113
Binary 10000011 10010010 11111110 110000 101011 0 0 11101001 1100010 1001011

Color Harmonies of #8392FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8392FE

Black with #8392FE

Text Example


Text Example

White with #8392FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8392FE; }

 p { color: rgb(131,146,254); }

 H1.HeaderClassName
 {
   color: #8392FE;
 }
 .AnyTagClassName
 {
   color: #8392FE;
 }
</style>

background-color css

<style>
 a { background-color: #8392FE; }

 a { background-color: rgb(131,146,254); }

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

border-color css

<style>
 span { border-color: #8392FE; }

 span { border-color: rgb(131,146,254); }

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