Html Css Color HEX #87A2FA Portage

📋 copy color: '#87A2FA'

red 135 ◦ green 162 ◦ blue 250

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

Shades of Portage #87A2FA

Tints of Portage #87A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 24.68%
G = 29.62%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#87A2FA (or 0x87A2FA) is known color: Portage. HEX triplet: 87, A2 and FA. RGB value is (135,162,250). Sum of RGB (Red+Green+Blue) = 135+162+250=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #87A2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A2FA is #785D05. Grayscale: #A3A3A3. Windows color (decimal): -7888134 or 16425607. OLE color: 16425607.

HSL color Cylindrical-coordinate representation of color #87A2FA: hue angle of 225.91º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87A2FA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 162 250 -
CMYK 0.46 0.35 0 0.02
HSL 225.91º 0.92% 0.75% -
HSV(B) 225.91º 0.46% 0.98% -
XYZ 40.17 37.89 95.64 -
YUV 163.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 135 162 250 0.46 0.35 0 0.02 225.91 0.92 0.75
Hex 87 A2 FA 2E 23 0 2 E2 5C 4B
Octal 207 242 372 56 43 0 2 342 134 113
Binary 10000111 10100010 11111010 101110 100011 0 10 11100010 1011100 1001011

Color Harmonies of #87A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A2FA

Black with #87A2FA

Text Example


Text Example

White with #87A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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