Html Css Color HEX #8085EB Portage

📋 copy color: '#8085EB'

red 128 ◦ green 133 ◦ blue 235

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

Shades of Portage #8085EB

Tints of Portage #8085EB

RGB

 RED value IS 128 (50.39% from 255) = 25.81%

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

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

R = 25.81%
G = 26.81%
B = 47.38%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8085EB (or 0x8085EB) is known color: Portage. HEX triplet: 80, 85 and EB. RGB value is (128,133,235). Sum of RGB (Red+Green+Blue) = 128+133+235=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #8085EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085EB is #7F7A14. Grayscale: #8E8E8E. Windows color (decimal): -8354325 or 15435136. OLE color: 15435136.

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

Color convert

RGB 128 133 235 -
CMYK 0.46 0.43 0 0.08
HSL 237.2º 0.73% 0.71% -
HSV(B) 237.2º 0.46% 0.92% -
XYZ 32.29 27.36 82.18 -
YUV 143.13 179.84 117.21 -
System Red Green Blue C M Y K H S L
Decimal 128 133 235 0.46 0.43 0 0.08 237.2 0.73 0.71
Hex 80 85 EB 2E 2B 0 8 ED 49 47
Octal 200 205 353 56 53 0 10 355 111 107
Binary 10000000 10000101 11101011 101110 101011 0 1000 11101101 1001001 1000111

Color Harmonies of #8085EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085EB

Black with #8085EB

Text Example


Text Example

White with #8085EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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