Html Css Color HEX #899CFB Portage

📋 copy color: '#899CFB'

red 137 ◦ green 156 ◦ blue 251

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

Shades of Portage #899CFB

Tints of Portage #899CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.68%

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 25.18%
G = 28.68%
B = 46.14%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#899CFB (or 0x899CFB) is known color: Portage. HEX triplet: 89, 9C and FB. RGB value is (137,156,251). Sum of RGB (Red+Green+Blue) = 137+156+251=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #899CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CFB is #766304. Grayscale: #A0A0A0. Windows color (decimal): -7758597 or 16489609. OLE color: 16489609.

HSL color Cylindrical-coordinate representation of color #899CFB: hue angle of 230º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899CFB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 156 251 -
CMYK 0.45 0.38 0 0.02
HSL 230º 0.93% 0.76% -
HSV(B) 230º 0.45% 0.98% -
XYZ 39.62 36.06 96.14 -
YUV 161.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 137 156 251 0.45 0.38 0 0.02 230 0.93 0.76
Hex 89 9C FB 2D 26 0 2 E6 5D 4C
Octal 211 234 373 55 46 0 2 346 135 114
Binary 10001001 10011100 11111011 101101 100110 0 10 11100110 1011101 1001100

Color Harmonies of #899CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CFB

Black with #899CFB

Text Example


Text Example

White with #899CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899CFB; }

 p { color: rgb(137,156,251); }

 H1.HeaderClassName
 {
   color: #899CFB;
 }
 .AnyTagClassName
 {
   color: #899CFB;
 }
</style>

background-color css

<style>
 a { background-color: #899CFB; }

 a { background-color: rgb(137,156,251); }

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

border-color css

<style>
 span { border-color: #899CFB; }

 span { border-color: rgb(137,156,251); }

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