Html Css Color HEX #858BEB Portage

📋 copy color: '#858BEB'

red 133 ◦ green 139 ◦ blue 235

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

Shades of Portage #858BEB

Tints of Portage #858BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

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

R = 26.23%
G = 27.42%
B = 46.35%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#858BEB (or 0x858BEB) is known color: Portage. HEX triplet: 85, 8B and EB. RGB value is (133,139,235). Sum of RGB (Red+Green+Blue) = 133+139+235=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #858BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BEB is #7A7414. Grayscale: #939393. Windows color (decimal): -8025109 or 15436677. OLE color: 15436677.

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

Color convert

RGB 133 139 235 -
CMYK 0.43 0.41 0 0.08
HSL 236.47º 0.72% 0.72% -
HSV(B) 236.47º 0.43% 0.92% -
XYZ 33.9 29.45 82.49 -
YUV 148.15 177.01 117.19 -
System Red Green Blue C M Y K H S L
Decimal 133 139 235 0.43 0.41 0 0.08 236.47 0.72 0.72
Hex 85 8B EB 2B 29 0 8 EC 48 48
Octal 205 213 353 53 51 0 10 354 110 110
Binary 10000101 10001011 11101011 101011 101001 0 1000 11101100 1001000 1001000

Color Harmonies of #858BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BEB

Black with #858BEB

Text Example


Text Example

White with #858BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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