Html Css Color HEX #8285EA Portage

📋 copy color: '#8285EA'

red 130 ◦ green 133 ◦ blue 234

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

Shades of Portage #8285EA

Tints of Portage #8285EA

RGB

 RED value IS 130 (51.17% from 255) = 26.16%

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

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

R = 26.16%
G = 26.76%
B = 47.08%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8285EA (or 0x8285EA) is known color: Portage. HEX triplet: 82, 85 and EA. RGB value is (130,133,234). Sum of RGB (Red+Green+Blue) = 130+133+234=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #8285EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285EA is #7D7A15. Grayscale: #8F8F8F. Windows color (decimal): -8223254 or 15369602. OLE color: 15369602.

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

Color convert

RGB 130 133 234 -
CMYK 0.44 0.43 0 0.08
HSL 238.27º 0.71% 0.71% -
HSV(B) 238.27º 0.44% 0.92% -
XYZ 32.44 27.46 81.43 -
YUV 143.62 179.01 118.29 -
System Red Green Blue C M Y K H S L
Decimal 130 133 234 0.44 0.43 0 0.08 238.27 0.71 0.71
Hex 82 85 EA 2C 2B 0 8 EE 47 47
Octal 202 205 352 54 53 0 10 356 107 107
Binary 10000010 10000101 11101010 101100 101011 0 1000 11101110 1000111 1000111

Color Harmonies of #8285EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8285EA

Black with #8285EA

Text Example


Text Example

White with #8285EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8285EA; }

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

 H1.HeaderClassName
 {
   color: #8285EA;
 }
 .AnyTagClassName
 {
   color: #8285EA;
 }
</style>

background-color css

<style>
 a { background-color: #8285EA; }

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

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

border-color css

<style>
 span { border-color: #8285EA; }

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

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