Html Css Color HEX #899FDF Portage

📋 copy color: '#899FDF'

red 137 ◦ green 159 ◦ blue 223

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

Shades of Portage #899FDF

Tints of Portage #899FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 26.4%
G = 30.64%
B = 42.97%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#899FDF (or 0x899FDF) is known color: Portage. HEX triplet: 89, 9F and DF. RGB value is (137,159,223). Sum of RGB (Red+Green+Blue) = 137+159+223=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #899FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FDF is #766020. Grayscale: #9F9F9F. Windows color (decimal): -7757857 or 14655369. OLE color: 14655369.

HSL color Cylindrical-coordinate representation of color #899FDF: hue angle of 224.65º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899FDF is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 159 223 -
CMYK 0.39 0.29 0 0.13
HSL 224.65º 0.57% 0.71% -
HSV(B) 224.65º 0.39% 0.87% -
XYZ 36.03 35.44 74.75 -
YUV 159.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 137 159 223 0.39 0.29 0 0.13 224.65 0.57 0.71
Hex 89 9F DF 27 1D 0 D E1 39 47
Octal 211 237 337 47 35 0 15 341 71 107
Binary 10001001 10011111 11011111 100111 11101 0 1101 11100001 111001 1000111

Color Harmonies of #899FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FDF

Black with #899FDF

Text Example


Text Example

White with #899FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,159,223); }

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

background-color css

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

 a { background-color: rgb(137,159,223); }

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

border-color css

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

 span { border-color: rgb(137,159,223); }

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