Html Css Color HEX #8592FE Portage

📋 copy color: '#8592FE'

red 133 ◦ green 146 ◦ blue 254

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

Shades of Portage #8592FE

Tints of Portage #8592FE

RGB

 RED value IS 133 (52.34% from 255) = 24.95%

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

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

R = 24.95%
G = 27.39%
B = 47.65%

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

#8592FE (or 0x8592FE) is known color: Portage. HEX triplet: 85, 92 and FE. RGB value is (133,146,254). Sum of RGB (Red+Green+Blue) = 133+146+254=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #8592FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592FE is #7A6D01. Grayscale: #999999. Windows color (decimal): -8023298 or 16683653. OLE color: 16683653.

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

Color convert

RGB 133 146 254 -
CMYK 0.48 0.43 0 0.00
HSL 233.55º 0.98% 0.76% -
HSV(B) 233.55º 0.48% 1% -
XYZ 37.84 32.7 98.08 -
YUV 154.43 184.19 112.72 -
System Red Green Blue C M Y K H S L
Decimal 133 146 254 0.48 0.43 0 0.00 233.55 0.98 0.76
Hex 85 92 FE 30 2B 0 0 EA 62 4C
Octal 205 222 376 60 53 0 0 352 142 114
Binary 10000101 10010010 11111110 110000 101011 0 0 11101010 1100010 1001100

Color Harmonies of #8592FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592FE

Black with #8592FE

Text Example


Text Example

White with #8592FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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