Html Css Color HEX #858CEC Portage

📋 copy color: '#858CEC'

red 133 ◦ green 140 ◦ blue 236

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

Shades of Portage #858CEC

Tints of Portage #858CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 26.13%
G = 27.5%
B = 46.37%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#858CEC (or 0x858CEC) is known color: Portage. HEX triplet: 85, 8C and EC. RGB value is (133,140,236). Sum of RGB (Red+Green+Blue) = 133+140+236=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #858CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CEC is #7A7313. Grayscale: #949494. Windows color (decimal): -8024852 or 15502469. OLE color: 15502469.

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

Color convert

RGB 133 140 236 -
CMYK 0.44 0.41 0 0.07
HSL 235.92º 0.73% 0.72% -
HSV(B) 235.92º 0.44% 0.93% -
XYZ 34.19 29.8 83.31 -
YUV 148.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 133 140 236 0.44 0.41 0 0.07 235.92 0.73 0.72
Hex 85 8C EC 2C 29 0 7 EC 49 48
Octal 205 214 354 54 51 0 7 354 111 110
Binary 10000101 10001100 11101100 101100 101001 0 111 11101100 1001001 1001000

Color Harmonies of #858CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CEC

Black with #858CEC

Text Example


Text Example

White with #858CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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