Html Css Color HEX #858BEA Portage

📋 copy color: '#858BEA'

red 133 ◦ green 139 ◦ blue 234

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

Shades of Portage #858BEA

Tints of Portage #858BEA

RGB

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

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

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

R = 26.28%
G = 27.47%
B = 46.25%

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

#858BEA (or 0x858BEA) is known color: Portage. HEX triplet: 85, 8B and EA. RGB value is (133,139,234). Sum of RGB (Red+Green+Blue) = 133+139+234=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #858BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BEA is #7A7415. Grayscale: #939393. Windows color (decimal): -8025110 or 15371141. OLE color: 15371141.

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

Color convert

RGB 133 139 234 -
CMYK 0.43 0.41 0 0.08
HSL 236.44º 0.71% 0.72% -
HSV(B) 236.44º 0.43% 0.92% -
XYZ 33.76 29.39 81.74 -
YUV 148.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 133 139 234 0.43 0.41 0 0.08 236.44 0.71 0.72
Hex 85 8B EA 2B 29 0 8 EC 47 48
Octal 205 213 352 53 51 0 10 354 107 110
Binary 10000101 10001011 11101010 101011 101001 0 1000 11101100 1000111 1001000

Color Harmonies of #858BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BEA

Black with #858BEA

Text Example


Text Example

White with #858BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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