Html Css Color HEX #89A0FD Portage

📋 copy color: '#89A0FD'

red 137 ◦ green 160 ◦ blue 253

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

Shades of Portage #89A0FD

Tints of Portage #89A0FD

RGB

 RED value IS 137 (53.91% from 255) = 24.91%

 GREEN value IS 160 (62.89% from 255) = 29.09%

 BLUE value IS 253 (99.22% from 255) = 46%

R = 24.91%
G = 29.09%
B = 46%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#89A0FD (or 0x89A0FD) is known color: Portage. HEX triplet: 89, A0 and FD. RGB value is (137,160,253). Sum of RGB (Red+Green+Blue) = 137+160+253=550 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.91% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #89A0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89A0FD is #765F02. Grayscale: #A3A3A3. Windows color (decimal): -7757571 or 16621705. OLE color: 16621705.

HSL color Cylindrical-coordinate representation of color #89A0FD: hue angle of 228.1º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89A0FD is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 137 160 253 -
CMYK 0.46 0.37 0 0.01
HSL 228.1º 0.97% 0.76% -
HSV(B) 228.1º 0.46% 0.99% -
XYZ 40.62 37.55 98.04 -
YUV 163.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 137 160 253 0.46 0.37 0 0.01 228.1 0.97 0.76
Hex 89 A0 FD 2E 25 0 1 E4 61 4C
Octal 211 240 375 56 45 0 1 344 141 114
Binary 10001001 10100000 11111101 101110 100101 0 1 11100100 1100001 1001100

Color Harmonies of #89A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0FD

Black with #89A0FD

Text Example


Text Example

White with #89A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A0FD; }

 p { color: rgb(137,160,253); }

 H1.HeaderClassName
 {
   color: #89A0FD;
 }
 .AnyTagClassName
 {
   color: #89A0FD;
 }
</style>

background-color css

<style>
 a { background-color: #89A0FD; }

 a { background-color: rgb(137,160,253); }

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

border-color css

<style>
 span { border-color: #89A0FD; }

 span { border-color: rgb(137,160,253); }

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