Html Css Color HEX #848FF8 Portage

📋 copy color: '#848FF8'

red 132 ◦ green 143 ◦ blue 248

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

Shades of Portage #848FF8

Tints of Portage #848FF8

RGB

 RED value IS 132 (51.95% from 255) = 25.24%

 GREEN value IS 143 (56.25% from 255) = 27.34%

 BLUE value IS 248 (97.27% from 255) = 47.42%

R = 25.24%
G = 27.34%
B = 47.42%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#848FF8 (or 0x848FF8) is known color: Portage. HEX triplet: 84, 8F and F8. RGB value is (132,143,248). Sum of RGB (Red+Green+Blue) = 132+143+248=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #848FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FF8 is #7B7007. Grayscale: #979797. Windows color (decimal): -8089608 or 16289668. OLE color: 16289668.

HSL color Cylindrical-coordinate representation of color #848FF8: hue angle of 234.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848FF8 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 132 143 248 -
CMYK 0.47 0.42 0 0.03
HSL 234.31º 0.89% 0.75% -
HSV(B) 234.31º 0.47% 0.97% -
XYZ 36.28 31.33 92.94 -
YUV 151.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 132 143 248 0.47 0.42 0 0.03 234.31 0.89 0.75
Hex 84 8F F8 2F 2A 0 3 EA 59 4B
Octal 204 217 370 57 52 0 3 352 131 113
Binary 10000100 10001111 11111000 101111 101010 0 11 11101010 1011001 1001011

Color Harmonies of #848FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FF8

Black with #848FF8

Text Example


Text Example

White with #848FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848FF8; }

 p { color: rgb(132,143,248); }

 H1.HeaderClassName
 {
   color: #848FF8;
 }
 .AnyTagClassName
 {
   color: #848FF8;
 }
</style>

background-color css

<style>
 a { background-color: #848FF8; }

 a { background-color: rgb(132,143,248); }

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

border-color css

<style>
 span { border-color: #848FF8; }

 span { border-color: rgb(132,143,248); }

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