Html Css Color HEX #858CEF Portage

📋 copy color: '#858CEF'

red 133 ◦ green 140 ◦ blue 239

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

Shades of Portage #858CEF

Tints of Portage #858CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.34%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 25.98%
G = 27.34%
B = 46.68%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#858CEF (or 0x858CEF) is known color: Portage. HEX triplet: 85, 8C and EF. RGB value is (133,140,239). Sum of RGB (Red+Green+Blue) = 133+140+239=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #858CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CEF is #7A7310. Grayscale: #949494. Windows color (decimal): -8024849 or 15699077. OLE color: 15699077.

HSL color Cylindrical-coordinate representation of color #858CEF: hue angle of 236.04º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858CEF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 140 239 -
CMYK 0.44 0.41 0 0.06
HSL 236.04º 0.77% 0.73% -
HSV(B) 236.04º 0.44% 0.94% -
XYZ 34.63 29.97 85.62 -
YUV 149.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 133 140 239 0.44 0.41 0 0.06 236.04 0.77 0.73
Hex 85 8C EF 2C 29 0 6 EC 4D 49
Octal 205 214 357 54 51 0 6 354 115 111
Binary 10000101 10001100 11101111 101100 101001 0 110 11101100 1001101 1001001

Color Harmonies of #858CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CEF

Black with #858CEF

Text Example


Text Example

White with #858CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,239); }

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

background-color css

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

 a { background-color: rgb(133,140,239); }

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

border-color css

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

 span { border-color: rgb(133,140,239); }

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