Html Css Color HEX #8592F4 Portage

📋 copy color: '#8592F4'

red 133 ◦ green 146 ◦ blue 244

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

Shades of Portage #8592F4

Tints of Portage #8592F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.65%

R = 25.43%
G = 27.92%
B = 46.65%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8592F4 (or 0x8592F4) is known color: Portage. HEX triplet: 85, 92 and F4. RGB value is (133,146,244). Sum of RGB (Red+Green+Blue) = 133+146+244=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #8592F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8592F4 is #7A6D0B. Grayscale: #989898. Windows color (decimal): -8023308 or 16028293. OLE color: 16028293.

HSL color Cylindrical-coordinate representation of color #8592F4: hue angle of 232.97º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8592F4 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 146 244 -
CMYK 0.45 0.40 0 0.04
HSL 232.97º 0.83% 0.74% -
HSV(B) 232.97º 0.45% 0.96% -
XYZ 36.28 32.08 89.87 -
YUV 153.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 133 146 244 0.45 0.40 0 0.04 232.97 0.83 0.74
Hex 85 92 F4 2D 28 0 4 E9 53 4A
Octal 205 222 364 55 50 0 4 351 123 112
Binary 10000101 10010010 11110100 101101 101000 0 100 11101001 1010011 1001010

Color Harmonies of #8592F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592F4

Black with #8592F4

Text Example


Text Example

White with #8592F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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