Html Css Color HEX #8185EB Portage

📋 copy color: '#8185EB'

red 129 ◦ green 133 ◦ blue 235

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

Shades of Portage #8185EB

Tints of Portage #8185EB

RGB

 RED value IS 129 (50.78% from 255) = 25.96%

 GREEN value IS 133 (52.34% from 255) = 26.76%

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

R = 25.96%
G = 26.76%
B = 47.28%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8185EB (or 0x8185EB) is known color: Portage. HEX triplet: 81, 85 and EB. RGB value is (129,133,235). Sum of RGB (Red+Green+Blue) = 129+133+235=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #8185EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8185EB is #7E7A14. Grayscale: #8F8F8F. Windows color (decimal): -8288789 or 15435137. OLE color: 15435137.

HSL color Cylindrical-coordinate representation of color #8185EB: hue angle of 237.74º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8185EB is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 133 235 -
CMYK 0.45 0.43 0 0.08
HSL 237.74º 0.73% 0.71% -
HSV(B) 237.74º 0.45% 0.92% -
XYZ 32.44 27.44 82.18 -
YUV 143.43 179.67 117.71 -
System Red Green Blue C M Y K H S L
Decimal 129 133 235 0.45 0.43 0 0.08 237.74 0.73 0.71
Hex 81 85 EB 2D 2B 0 8 EE 49 47
Octal 201 205 353 55 53 0 10 356 111 107
Binary 10000001 10000101 11101011 101101 101011 0 1000 11101110 1001001 1000111

Color Harmonies of #8185EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8185EB

Black with #8185EB

Text Example


Text Example

White with #8185EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8185EB; }

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

 H1.HeaderClassName
 {
   color: #8185EB;
 }
 .AnyTagClassName
 {
   color: #8185EB;
 }
</style>

background-color css

<style>
 a { background-color: #8185EB; }

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

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

border-color css

<style>
 span { border-color: #8185EB; }

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

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