Html Css Color HEX #899CEF Portage

📋 copy color: '#899CEF'

red 137 ◦ green 156 ◦ blue 239

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

Shades of Portage #899CEF

Tints of Portage #899CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 25.75%
G = 29.32%
B = 44.92%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#899CEF (or 0x899CEF) is known color: Portage. HEX triplet: 89, 9C and EF. RGB value is (137,156,239). Sum of RGB (Red+Green+Blue) = 137+156+239=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #899CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899CEF is #766310. Grayscale: #9F9F9F. Windows color (decimal): -7758609 or 15703177. OLE color: 15703177.

HSL color Cylindrical-coordinate representation of color #899CEF: hue angle of 228.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #899CEF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 156 239 -
CMYK 0.43 0.35 0 0.06
HSL 228.82º 0.76% 0.74% -
HSV(B) 228.82º 0.43% 0.94% -
XYZ 37.78 35.33 86.49 -
YUV 159.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 137 156 239 0.43 0.35 0 0.06 228.82 0.76 0.74
Hex 89 9C EF 2B 23 0 6 E5 4C 4A
Octal 211 234 357 53 43 0 6 345 114 112
Binary 10001001 10011100 11101111 101011 100011 0 110 11100101 1001100 1001010

Color Harmonies of #899CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CEF

Black with #899CEF

Text Example


Text Example

White with #899CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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