Html Css Color HEX #858EF7 Portage

📋 copy color: '#858EF7'

red 133 ◦ green 142 ◦ blue 247

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

Shades of Portage #858EF7

Tints of Portage #858EF7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

 BLUE value IS 247 (96.88% from 255) = 47.32%

R = 25.48%
G = 27.2%
B = 47.32%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#858EF7 (or 0x858EF7) is known color: Portage. HEX triplet: 85, 8E and F7. RGB value is (133,142,247). Sum of RGB (Red+Green+Blue) = 133+142+247=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #858EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EF7 is #7A7108. Grayscale: #969696. Windows color (decimal): -8024329 or 16223877. OLE color: 16223877.

HSL color Cylindrical-coordinate representation of color #858EF7: hue angle of 235.26º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858EF7 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 142 247 -
CMYK 0.46 0.43 0 0.03
HSL 235.26º 0.88% 0.75% -
HSV(B) 235.26º 0.46% 0.97% -
XYZ 36.13 31.05 92.08 -
YUV 151.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 133 142 247 0.46 0.43 0 0.03 235.26 0.88 0.75
Hex 85 8E F7 2E 2B 0 3 EB 58 4B
Octal 205 216 367 56 53 0 3 353 130 113
Binary 10000101 10001110 11110111 101110 101011 0 11 11101011 1011000 1001011

Color Harmonies of #858EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EF7

Black with #858EF7

Text Example


Text Example

White with #858EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858EF7; }

 p { color: rgb(133,142,247); }

 H1.HeaderClassName
 {
   color: #858EF7;
 }
 .AnyTagClassName
 {
   color: #858EF7;
 }
</style>

background-color css

<style>
 a { background-color: #858EF7; }

 a { background-color: rgb(133,142,247); }

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

border-color css

<style>
 span { border-color: #858EF7; }

 span { border-color: rgb(133,142,247); }

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