Html Css Color HEX #85A1F2 Portage

📋 copy color: '#85A1F2'

red 133 ◦ green 161 ◦ blue 242

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

Shades of Portage #85A1F2

Tints of Portage #85A1F2

RGB

 RED value IS 133 (52.34% from 255) = 24.81%

 GREEN value IS 161 (63.28% from 255) = 30.04%

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 24.81%
G = 30.04%
B = 45.15%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#85A1F2 (or 0x85A1F2) is known color: Portage. HEX triplet: 85, A1 and F2. RGB value is (133,161,242). Sum of RGB (Red+Green+Blue) = 133+161+242=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #85A1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85A1F2 is #7A5E0D. Grayscale: #A1A1A1. Windows color (decimal): -8019470 or 15901061. OLE color: 15901061.

HSL color Cylindrical-coordinate representation of color #85A1F2: hue angle of 224.59º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85A1F2 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 161 242 -
CMYK 0.45 0.33 0 0.05
HSL 224.59º 0.81% 0.74% -
HSV(B) 224.59º 0.45% 0.95% -
XYZ 38.44 36.89 89.1 -
YUV 161.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 133 161 242 0.45 0.33 0 0.05 224.59 0.81 0.74
Hex 85 A1 F2 2D 21 0 5 E1 51 4A
Octal 205 241 362 55 41 0 5 341 121 112
Binary 10000101 10100001 11110010 101101 100001 0 101 11100001 1010001 1001010

Color Harmonies of #85A1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1F2

Black with #85A1F2

Text Example


Text Example

White with #85A1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A1F2; }

 p { color: rgb(133,161,242); }

 H1.HeaderClassName
 {
   color: #85A1F2;
 }
 .AnyTagClassName
 {
   color: #85A1F2;
 }
</style>

background-color css

<style>
 a { background-color: #85A1F2; }

 a { background-color: rgb(133,161,242); }

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

border-color css

<style>
 span { border-color: #85A1F2; }

 span { border-color: rgb(133,161,242); }

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