Html Css Color HEX #858EEA Portage

📋 copy color: '#858EEA'

red 133 ◦ green 142 ◦ blue 234

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

Shades of Portage #858EEA

Tints of Portage #858EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.9%

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 26.13%
G = 27.9%
B = 45.97%

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

#858EEA (or 0x858EEA) is known color: Portage. HEX triplet: 85, 8E and EA. RGB value is (133,142,234). Sum of RGB (Red+Green+Blue) = 133+142+234=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #858EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EEA is #7A7115. Grayscale: #959595. Windows color (decimal): -8024342 or 15371909. OLE color: 15371909.

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

Color convert

RGB 133 142 234 -
CMYK 0.43 0.39 0 0.08
HSL 234.65º 0.71% 0.72% -
HSV(B) 234.65º 0.43% 0.92% -
XYZ 34.2 30.27 81.88 -
YUV 149.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 133 142 234 0.43 0.39 0 0.08 234.65 0.71 0.72
Hex 85 8E EA 2B 27 0 8 EB 47 48
Octal 205 216 352 53 47 0 10 353 107 110
Binary 10000101 10001110 11101010 101011 100111 0 1000 11101011 1000111 1001000

Color Harmonies of #858EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EEA

Black with #858EEA

Text Example


Text Example

White with #858EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,234); }

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

background-color css

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

 a { background-color: rgb(133,142,234); }

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

border-color css

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

 span { border-color: rgb(133,142,234); }

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