Html Css Color HEX #87A2EA Portage

📋 copy color: '#87A2EA'

red 135 ◦ green 162 ◦ blue 234

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

Shades of Portage #87A2EA

Tints of Portage #87A2EA

RGB

 RED value IS 135 (53.13% from 255) = 25.42%

 GREEN value IS 162 (63.67% from 255) = 30.51%

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

R = 25.42%
G = 30.51%
B = 44.07%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#87A2EA (or 0x87A2EA) is known color: Portage. HEX triplet: 87, A2 and EA. RGB value is (135,162,234). Sum of RGB (Red+Green+Blue) = 135+162+234=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #87A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A2EA is #785D15. Grayscale: #A1A1A1. Windows color (decimal): -7888150 or 15377031. OLE color: 15377031.

HSL color Cylindrical-coordinate representation of color #87A2EA: hue angle of 223.64º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87A2EA is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 162 234 -
CMYK 0.42 0.31 0 0.08
HSL 223.64º 0.7% 0.72% -
HSV(B) 223.64º 0.42% 0.92% -
XYZ 37.76 36.93 82.98 -
YUV 162.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 135 162 234 0.42 0.31 0 0.08 223.64 0.7 0.72
Hex 87 A2 EA 2A 1F 0 8 E0 46 48
Octal 207 242 352 52 37 0 10 340 106 110
Binary 10000111 10100010 11101010 101010 11111 0 1000 11100000 1000110 1001000

Color Harmonies of #87A2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A2EA

Black with #87A2EA

Text Example


Text Example

White with #87A2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A2EA; }

 p { color: rgb(135,162,234); }

 H1.HeaderClassName
 {
   color: #87A2EA;
 }
 .AnyTagClassName
 {
   color: #87A2EA;
 }
</style>

background-color css

<style>
 a { background-color: #87A2EA; }

 a { background-color: rgb(135,162,234); }

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

border-color css

<style>
 span { border-color: #87A2EA; }

 span { border-color: rgb(135,162,234); }

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