Html Css Color HEX #858FEB Portage

📋 copy color: '#858FEB'

red 133 ◦ green 143 ◦ blue 235

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

Shades of Portage #858FEB

Tints of Portage #858FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 26.03%
G = 27.98%
B = 45.99%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#858FEB (or 0x858FEB) is known color: Portage. HEX triplet: 85, 8F and EB. RGB value is (133,143,235). Sum of RGB (Red+Green+Blue) = 133+143+235=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #858FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FEB is #7A7014. Grayscale: #969696. Windows color (decimal): -8024085 or 15437701. OLE color: 15437701.

HSL color Cylindrical-coordinate representation of color #858FEB: hue angle of 234.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858FEB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 143 235 -
CMYK 0.43 0.39 0 0.08
HSL 234.12º 0.72% 0.72% -
HSV(B) 234.12º 0.43% 0.92% -
XYZ 34.49 30.63 82.69 -
YUV 150.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 133 143 235 0.43 0.39 0 0.08 234.12 0.72 0.72
Hex 85 8F EB 2B 27 0 8 EA 48 48
Octal 205 217 353 53 47 0 10 352 110 110
Binary 10000101 10001111 11101011 101011 100111 0 1000 11101010 1001000 1001000

Color Harmonies of #858FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FEB

Black with #858FEB

Text Example


Text Example

White with #858FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,143,235); }

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

background-color css

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

 a { background-color: rgb(133,143,235); }

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

border-color css

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

 span { border-color: rgb(133,143,235); }

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