Html Css Color HEX #899CD3 Portage

📋 copy color: '#899CD3'

red 137 ◦ green 156 ◦ blue 211

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

Shades of Portage #899CD3

Tints of Portage #899CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 27.18%
G = 30.95%
B = 41.87%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#899CD3 (or 0x899CD3) is known color: Portage. HEX triplet: 89, 9C and D3. RGB value is (137,156,211). Sum of RGB (Red+Green+Blue) = 137+156+211=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #899CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CD3 is #76632C. Grayscale: #9C9C9C. Windows color (decimal): -7758637 or 13868169. OLE color: 13868169.

HSL color Cylindrical-coordinate representation of color #899CD3: hue angle of 224.59º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #899CD3 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 137 156 211 -
CMYK 0.35 0.26 0 0.17
HSL 224.59º 0.46% 0.68% -
HSV(B) 224.59º 0.35% 0.83% -
XYZ 33.96 33.8 66.36 -
YUV 156.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 137 156 211 0.35 0.26 0 0.17 224.59 0.46 0.68
Hex 89 9C D3 23 1A 0 11 E1 2E 44
Octal 211 234 323 43 32 0 21 341 56 104
Binary 10001001 10011100 11010011 100011 11010 0 10001 11100001 101110 1000100

Color Harmonies of #899CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CD3

Black with #899CD3

Text Example


Text Example

White with #899CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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