Html Css Color HEX #858CEB Portage

📋 copy color: '#858CEB'

red 133 ◦ green 140 ◦ blue 235

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

Shades of Portage #858CEB

Tints of Portage #858CEB

RGB

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

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

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

R = 26.18%
G = 27.56%
B = 46.26%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#858CEB (or 0x858CEB) is known color: Portage. HEX triplet: 85, 8C and EB. RGB value is (133,140,235). Sum of RGB (Red+Green+Blue) = 133+140+235=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #858CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858CEB is #7A7314. Grayscale: #949494. Windows color (decimal): -8024853 or 15436933. OLE color: 15436933.

HSL color Cylindrical-coordinate representation of color #858CEB: hue angle of 235.88º 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 #858CEB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 140 235 -
CMYK 0.43 0.40 0 0.08
HSL 235.88º 0.72% 0.72% -
HSV(B) 235.88º 0.43% 0.92% -
XYZ 34.05 29.74 82.54 -
YUV 148.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 133 140 235 0.43 0.40 0 0.08 235.88 0.72 0.72
Hex 85 8C EB 2B 28 0 8 EC 48 48
Octal 205 214 353 53 50 0 10 354 110 110
Binary 10000101 10001100 11101011 101011 101000 0 1000 11101100 1001000 1001000

Color Harmonies of #858CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CEB

Black with #858CEB

Text Example


Text Example

White with #858CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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